public interface LogService extends ConfigBeanProxy
ConfigBeanProxy.Duck| 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.
|
@Min(value=1L) String |
getLogRotationLimitInBytes()
Gets the value of the logRotationLimitInBytes property.
|
@Min(value=0L) @Max(value=14400L) String |
getLogRotationTimelimitInMinutes()
Gets the value of the logRotationTimelimitInMinutes property.
|
String |
getLogStandardStreams()
Gets the value of the logStandardStreams property.
|
String |
getLogToConsole()
Gets the value of the logToConsole property.
|
String |
getLogToFile()
Gets the value of the logToFile property.
|
ModuleLogLevels |
getModuleLogLevels()
Gets the value of the moduleLogLevels property.
|
String |
getPayaraNotificationFile()
Gets the value of the Payara Notification file property.
|
@Min(value=1L) String |
getPayaraNotificationLogRotationLimitInBytes()
Gets the value of the Payara Notification logRotationLimitInBytes property.
|
@Min(value=0L) @Max(value=14400L) String |
getPayaraNotificationLogRotationTimelimitInMinutes()
Gets the value of the Payara Notification logRotationTimelimitInMinutes property.
|
String |
getPayaraNotificationLogToFile()
Gets the value of the Payara Notification logToFile property.
|
@Min(value=5L) @Max(value=500L) 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 |
setLogStandardStreams(String value)
Sets the value of the logStandardStreams property.
|
void |
setLogToConsole(String value)
Sets the value of the logToConsole property.
|
void |
setLogToFile(String value)
Sets the value of the logToFile property.
|
void |
setModuleLogLevels(ModuleLogLevels value)
Sets the value of the moduleLogLevels property.
|
void |
setPayaraNotificationFile(String value)
Sets the value of the Payara Notification file property.
|
void |
setPayaraNotificationLogRotationLimitInBytes(String value)
Sets the value of the Payara Notification logRotationLimitInBytes property.
|
void |
setPayaraNotificationLogRotationTimelimitInMinutes(String value)
Sets the value of the Payara Notification logRotationTimelimitInMinutes property.
|
void |
setPayaraNotificationLogToFile(String value)
Sets the value of the Payara Notification logToFile property.
|
void |
setRetainErrorStatisticsForHours(String value)
Sets the value of the retainErrorStatisticsForHours property.
|
void |
setUseSystemLogging(String value)
Sets the value of the useSystemLogging property.
|
createChild, deepCopy, getParent, getParentString getFile()
Stringvoid setFile(String value) throws PropertyVetoException
value - allowed object is StringPropertyVetoExceptionString getPayaraNotificationFile()
Stringvoid setPayaraNotificationFile(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 StringPropertyVetoExceptionString getLogToFile()
Stringvoid setLogToFile(String value) throws PropertyVetoException
value - allowed object is StringPropertyVetoExceptionString getPayaraNotificationLogToFile()
Stringvoid setPayaraNotificationLogToFile(String value) throws PropertyVetoException
value - allowed object is StringPropertyVetoException@Min(value=1L) @Min(value=1L) String getLogRotationLimitInBytes()
Stringvoid setLogRotationLimitInBytes(String value) throws PropertyVetoException
value - allowed object is StringPropertyVetoException@Min(value=1L) @Min(value=1L) String getPayaraNotificationLogRotationLimitInBytes()
Stringvoid setPayaraNotificationLogRotationLimitInBytes(String value) throws PropertyVetoException
value - allowed object is StringPropertyVetoException@Min(value=0L) @Max(value=14400L) @Min(value=0L) @Max(value=14400L) String getLogRotationTimelimitInMinutes()
Stringvoid setLogRotationTimelimitInMinutes(String value) throws PropertyVetoException
value - allowed object is StringPropertyVetoException@Min(value=0L) @Max(value=14400L) @Min(value=0L) @Max(value=14400L) String getPayaraNotificationLogRotationTimelimitInMinutes()
Stringvoid setPayaraNotificationLogRotationTimelimitInMinutes(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) @Min(value=5L) @Max(value=500L) String getRetainErrorStatisticsForHours()
Stringvoid setRetainErrorStatisticsForHours(String value) throws PropertyVetoException
value - allowed object is StringPropertyVetoExceptionString getLogStandardStreams()
void setLogStandardStreams(String value) throws PropertyVetoException
value - allowed object is StringPropertyVetoExceptionModuleLogLevels getModuleLogLevels()
ModuleLogLevelsvoid setModuleLogLevels(ModuleLogLevels value) throws PropertyVetoException
value - allowed object is ModuleLogLevelsPropertyVetoExceptionCopyright © 2019. All rights reserved.