|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface LogService
By default, logs would be kept in $INSTANCE-ROOT/logs. The following log files will be stored under the logs directory. access.log keeps default virtual server HTTP access messages. server.log keeps log messages from default virtual server. Messages from other configured virtual servers also go here, unless log-file is explicitly specified in the virtual-server element.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface org.jvnet.hk2.config.ConfigBeanProxy |
|---|
org.jvnet.hk2.config.ConfigBeanProxy.Duck |
| Method Summary | |
|---|---|
String |
getAlarms()
Gets the value of the alarms property. |
String |
getFile()
Gets the value of the file property. |
String |
getLogFilter()
Gets the value of the logFilter property. |
String |
getLogHandler()
Gets the value of the logHandler property. |
String |
getLogRotationLimitInBytes()
Gets the value of the logRotationLimitInBytes property. |
String |
getLogRotationTimelimitInMinutes()
Gets the value of the logRotationTimelimitInMinutes property. |
String |
getLogToConsole()
Gets the value of the logToConsole property. |
ModuleLogLevels |
getModuleLogLevels()
Gets the value of the moduleLogLevels property. |
String |
getRetainErrorStatisticsForHours()
Gets the value of the retainErrorStatisticsForHours property. |
String |
getUseSystemLogging()
Gets the value of the useSystemLogging property. |
void |
setAlarms(String value)
Sets the value of the alarms property. |
void |
setFile(String value)
Sets the value of the file property. |
void |
setLogFilter(String value)
Sets the value of the logFilter property. |
void |
setLogHandler(String value)
Sets the value of the logHandler property. |
void |
setLogRotationLimitInBytes(String value)
Sets the value of the logRotationLimitInBytes property. |
void |
setLogRotationTimelimitInMinutes(String value)
Sets the value of the logRotationTimelimitInMinutes property. |
void |
setLogToConsole(String value)
Sets the value of the logToConsole property. |
void |
setModuleLogLevels(ModuleLogLevels value)
Sets the value of the moduleLogLevels property. |
void |
setRetainErrorStatisticsForHours(String value)
Sets the value of the retainErrorStatisticsForHours property. |
void |
setUseSystemLogging(String value)
Sets the value of the useSystemLogging property. |
| Methods inherited from interface org.jvnet.hk2.config.ConfigBeanProxy |
|---|
createChild, deepCopy, getParent, getParent |
| Methods inherited from interface org.jvnet.hk2.component.Injectable |
|---|
injectedInto |
| Method Detail |
|---|
String getFile()
String
void setFile(String value)
throws PropertyVetoException
value - allowed object is
String
PropertyVetoExceptionString getUseSystemLogging()
String
void setUseSystemLogging(String value)
throws PropertyVetoException
value - allowed object is
String
PropertyVetoExceptionString getLogHandler()
String
void setLogHandler(String value)
throws PropertyVetoException
value - allowed object is
String
PropertyVetoExceptionString getLogFilter()
String
void setLogFilter(String value)
throws PropertyVetoException
value - allowed object is
String
PropertyVetoExceptionString getLogToConsole()
String
void setLogToConsole(String value)
throws PropertyVetoException
value - allowed object is
String
PropertyVetoException@Min(value=1L) String getLogRotationLimitInBytes()
String
void setLogRotationLimitInBytes(String value)
throws PropertyVetoException
value - allowed object is
String
PropertyVetoException@Min(value=0L) @Max(value=14400L) String getLogRotationTimelimitInMinutes()
String
void setLogRotationTimelimitInMinutes(String value)
throws PropertyVetoException
value - allowed object is
String
PropertyVetoExceptionString getAlarms()
String
void setAlarms(String value)
throws PropertyVetoException
value - allowed object is
String
PropertyVetoException@Min(value=5L) @Max(value=500L) String getRetainErrorStatisticsForHours()
String
void setRetainErrorStatisticsForHours(String value)
throws PropertyVetoException
value - allowed object is
String
PropertyVetoExceptionModuleLogLevels getModuleLogLevels()
ModuleLogLevels
void setModuleLogLevels(ModuleLogLevels value)
throws PropertyVetoException
value - allowed object is
ModuleLogLevels
PropertyVetoException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||