ConfigurationMBean
, DescriptorBean
, javax.management.DynamicMBean
, LogFileMBean
, javax.management.MBeanRegistration
, javax.management.NotificationBroadcaster
, SettableBean
, WebLogicMBean
LogMBean
public interface CommonLogMBean extends LogFileMBean
Configures the basic configuration for the logging system.
Modifier and Type | Field | Description |
---|---|---|
static java.lang.String |
STDOUT_NOID |
Format of messages logged to the console in WLS 6.
|
static java.lang.String |
STDOUT_STANDARD |
Default format of messages logged to the console
|
DEFAULT_EMPTY_BYTE_ARRAY
DEFAULT_FILE_NAME, MAX_ROTATED_FILES, NONE, SIZE, SIZE_OR_TIME, TIME, TIME_FORMAT
Modifier and Type | Method | Description |
---|---|---|
java.lang.String |
getLogFileSeverity() |
The minimum severity of log messages going to the
server log file.
|
java.lang.String |
getLoggerSeverity() |
The minimum severity of log messages going to all log destinations.
|
java.util.Properties |
getLoggerSeverityProperties() |
The configuration of the different logger severities keyed by name.
|
java.lang.String |
getStdoutFormat() |
The output format to use when logging to the console.
|
java.lang.String |
getStdoutSeverity() |
The minimum severity of log messages going to the
standard out.
|
int |
getTriggerTruncationStackFrameDepthAfterTrigger() |
Defines the maximum depth of truncated stack frame after
the trigger condition already met.
|
int |
getTriggerTruncationStackFrameTriggerDepth() |
Returns the depth of stack frame that will trigger the truncation
of stack frame for the remaining cascaded causes.
|
boolean |
isStdoutLogStack() |
Specifies whether to dump stack traces to the console when
included in logged message.
|
void |
setLogFileSeverity(java.lang.String severity) |
|
void |
setLoggerSeverity(java.lang.String severity) |
|
void |
setLoggerSeverityProperties(java.util.Properties props) |
|
void |
setStdoutFormat(java.lang.String format) |
Sets the value of the StdoutFormat attribute.
|
void |
setStdoutLogStack(boolean stack) |
Sets the value of the StdoutLogStack attribute.
|
void |
setStdoutSeverity(java.lang.String severity) |
|
void |
setTriggerTruncationStackFrameDepthAfterTrigger(int depth) |
|
void |
setTriggerTruncationStackFrameTriggerDepth(int depth) |
Defines the depth of stack frame that will trigger the truncation
of stack frame for the remaining cascaded causes.
|
freezeCurrentValue, getId, getInheritedProperties, getName, getNotes, isDynamicallyCreated, isInherited, isSet, restoreDefaultValue, setComments, setDefaultedMBean, setName, setNotes, setPersistenceEnabled, unSet
addPropertyChangeListener, createChildCopyIncludingObsolete, getParentBean, isEditable, removePropertyChangeListener
getAttribute, getAttributes, invoke, setAttribute, setAttributes
getBufferSizeKB, getDateFormatPattern, getFileCount, getFileMinSize, getFileName, getFileTimeSpan, getLogFileRotationDir, getRotateLogOnStartup, getRotationTime, getRotationType, isNumberOfFilesLimited, setBufferSizeKB, setDateFormatPattern, setFileCount, setFileMinSize, setFileName, setFileTimeSpan, setFileTimeSpanFactor, setLogFileRotationDir, setNumberOfFilesLimited, setRotateLogOnStartup, setRotationTime, setRotationType
postDeregister, postRegister, preDeregister, preRegister
addNotificationListener, getNotificationInfo, removeNotificationListener
getMBeanInfo, getObjectName, getParent, getType, isCachingDisabled, isRegistered, setParent
static final java.lang.String STDOUT_STANDARD
static final java.lang.String STDOUT_NOID
java.lang.String getLoggerSeverity()
The minimum severity of log messages going to all log destinations.
void setLoggerSeverity(java.lang.String severity)
java.util.Properties getLoggerSeverityProperties()
The configuration of the different logger severities keyed by name. The values are one of the predefined Severity strings namely Emergency, Alert, Critical, Error, Warning, Notice, Info, Debug, Trace.
void setLoggerSeverityProperties(java.util.Properties props)
java.lang.String getLogFileSeverity()
The minimum severity of log messages going to the server log file. By default all messages go to the log file.
void setLogFileSeverity(java.lang.String severity)
java.lang.String getStdoutSeverity()
The minimum severity of log messages going to the standard out. Messages with a lower severity than the specified value will not be published to standard out.
void setStdoutSeverity(java.lang.String severity)
java.lang.String getStdoutFormat()
The output format to use when logging to the console.
void setStdoutFormat(java.lang.String format)
Sets the value of the StdoutFormat attribute.
format
- The new stdoutFormat valuegetStdoutFormat()
boolean isStdoutLogStack()
Specifies whether to dump stack traces to the console when included in logged message.
void setStdoutLogStack(boolean stack)
Sets the value of the StdoutLogStack attribute.
stack
- The new stdoutLogStack valueisStdoutLogStack()
int getTriggerTruncationStackFrameTriggerDepth()
Returns the depth of stack frame that will trigger the truncation of stack frame for the remaining cascaded causes.
void setTriggerTruncationStackFrameTriggerDepth(int depth)
Defines the depth of stack frame that will trigger the truncation of stack frame for the remaining cascaded causes.
depth
- DistributedManagementException
int getTriggerTruncationStackFrameDepthAfterTrigger()
Defines the maximum depth of truncated stack frame after the trigger condition already met.
void setTriggerTruncationStackFrameDepthAfterTrigger(int depth)
depth
- DistributedManagementException