public interface LogService
extends org.jvnet.hk2.config.ConfigBeanProxy
| Modifier and Type | Method and Description |
|---|---|
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.
|
String getFile()
Stringvoid setFile(String value) throws PropertyVetoException
value - allowed object is
StringPropertyVetoExceptionString getUseSystemLogging()
Stringvoid setUseSystemLogging(String value) throws PropertyVetoException
value - allowed object is
StringPropertyVetoExceptionString getLogHandler()
Stringvoid setLogHandler(String value) throws PropertyVetoException
value - allowed object is
StringPropertyVetoExceptionString getLogFilter()
Stringvoid setLogFilter(String value) throws PropertyVetoException
value - allowed object is
StringPropertyVetoExceptionString getLogToConsole()
Stringvoid setLogToConsole(String value) throws PropertyVetoException
value - allowed object is
StringPropertyVetoException@Min(value=1L) String getLogRotationLimitInBytes()
Stringvoid setLogRotationLimitInBytes(String value) throws PropertyVetoException
value - allowed object is
StringPropertyVetoException@Min(value=0L) @Max(value=14400L) String getLogRotationTimelimitInMinutes()
Stringvoid setLogRotationTimelimitInMinutes(String value) throws PropertyVetoException
value - allowed object is
StringPropertyVetoExceptionString getAlarms()
Stringvoid setAlarms(String value) throws PropertyVetoException
value - allowed object is
StringPropertyVetoException@Min(value=5L) @Max(value=500L) String getRetainErrorStatisticsForHours()
Stringvoid setRetainErrorStatisticsForHours(String value) throws PropertyVetoException
value - allowed object is
StringPropertyVetoExceptionModuleLogLevels getModuleLogLevels()
ModuleLogLevelsvoid setModuleLogLevels(ModuleLogLevels value) throws PropertyVetoException
value - allowed object is
ModuleLogLevelsPropertyVetoExceptionCopyright © 2013. All Rights Reserved.