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, getParent
String getFile()
String
void setFile(String value) throws PropertyVetoException
value
- allowed object is String
PropertyVetoException
String getPayaraNotificationFile()
String
void setPayaraNotificationFile(String value) throws PropertyVetoException
value
- allowed object is String
PropertyVetoException
String getUseSystemLogging()
String
void setUseSystemLogging(String value) throws PropertyVetoException
value
- allowed object is String
PropertyVetoException
String getLogHandler()
String
void setLogHandler(String value) throws PropertyVetoException
value
- allowed object is String
PropertyVetoException
String getLogFilter()
String
void setLogFilter(String value) throws PropertyVetoException
value
- allowed object is String
PropertyVetoException
String getLogToConsole()
String
void setLogToConsole(String value) throws PropertyVetoException
value
- allowed object is String
PropertyVetoException
String getLogToFile()
String
void setLogToFile(String value) throws PropertyVetoException
value
- allowed object is String
PropertyVetoException
String getPayaraNotificationLogToFile()
String
void setPayaraNotificationLogToFile(String value) throws PropertyVetoException
value
- allowed object is String
PropertyVetoException
@Min(value=1L) @Min(value=1L) String getLogRotationLimitInBytes()
String
void setLogRotationLimitInBytes(String value) throws PropertyVetoException
value
- allowed object is String
PropertyVetoException
@Min(value=1L) @Min(value=1L) String getPayaraNotificationLogRotationLimitInBytes()
String
void setPayaraNotificationLogRotationLimitInBytes(String value) throws PropertyVetoException
value
- allowed object is String
PropertyVetoException
@Min(value=0L) @Max(value=14400L) @Min(value=0L) @Max(value=14400L) String getLogRotationTimelimitInMinutes()
String
void setLogRotationTimelimitInMinutes(String value) throws PropertyVetoException
value
- allowed object is String
PropertyVetoException
@Min(value=0L) @Max(value=14400L) @Min(value=0L) @Max(value=14400L) String getPayaraNotificationLogRotationTimelimitInMinutes()
String
void setPayaraNotificationLogRotationTimelimitInMinutes(String value) throws PropertyVetoException
value
- allowed object is String
PropertyVetoException
String getAlarms()
String
void setAlarms(String value) throws PropertyVetoException
value
- allowed object is String
PropertyVetoException
@Min(value=5L) @Max(value=500L) @Min(value=5L) @Max(value=500L) String getRetainErrorStatisticsForHours()
String
void setRetainErrorStatisticsForHours(String value) throws PropertyVetoException
value
- allowed object is String
PropertyVetoException
String getLogStandardStreams()
void setLogStandardStreams(String value) throws PropertyVetoException
value
- allowed object is String
PropertyVetoException
ModuleLogLevels getModuleLogLevels()
ModuleLogLevels
void setModuleLogLevels(ModuleLogLevels value) throws PropertyVetoException
value
- allowed object is ModuleLogLevels
PropertyVetoException
Copyright © 2021. All rights reserved.