WebSphere:*,type=HPELTextLogService
MBean HPELTextLogService
Trace information for the RAS High Performance Extensible Logging (HPEL).
Attribute Summary | |
boolean | enabled Enablement flag for the textLog |
java.lang.String | dataDirectory The base directory to use for text file directory |
boolean | purgeBySizeEnabled Is purging by size enabled |
long | purgeMaxSize The maximum MB size of the repository |
boolean | purgeByTimeEnabled Is purging by time enabled |
long | purgeMinTime The minimum time (hours) to store text log records |
java.lang.String | outOfSpaceAction The action to perform when an exception occurs during a text write. |
boolean | traceIncluded The indicator if trace should be included in text log (some performance impact) |
boolean | unimportantMessagesIncluded Not implemented yet |
java.lang.String | outputFormat The text output format to use. |
boolean | bufferingEnabled Buffering enablement indicator for text log |
boolean | fileSwitchEnabled Enabling of TextLog switch each day at a specified time |
int | fileSwitchTime The hour each day when to switch files (if enabled) |
Operation Summary | |
void | setTextLog( Initialization of the text log. |
void | disableTextLogging() Dynamically disable the textLog for performance improvements. |
Attribute Detail |
public boolean enabled
public java.lang.String dataDirectory
public boolean purgeBySizeEnabled
public long purgeMaxSize
public boolean purgeByTimeEnabled
public long purgeMinTime
public java.lang.String outOfSpaceAction
public boolean traceIncluded
public boolean unimportantMessagesIncluded
public java.lang.String outputFormat
public boolean bufferingEnabled
public boolean fileSwitchEnabled
public int fileSwitchTime
Operation Detail |
public void setTextLog(boolean enabled,
java.lang.String dataDirectory,
boolean purgeBySizeEnabled,
boolean purgeByTimeEnabled,
long purgeMaxSize,
long purgeMinTime,
java.lang.String outOfSpaceAction,
java.lang.String outputFormat,
boolean traceIncluded,
java.lang.String outOfSpaceAction,
boolean bufferingEnabled,
boolean fileSwitchEnable,
int fileSwitchTime
)
enabled
-
Enable the TextLog or not.dataDirectory
-
Location of Directory for the text Log.purgeBySizeEnabled
-
Enable for size purge.purgeByTimeEnabled
-
Enable for time purge.purgeMaxSize
-
Size for the entire text log repository.purgeMinTime
-
Min amount of time each logged entry should be maintained.outOfSpaceAction
-
Action to take if unable to write to repository.outputFormat
-
Format for text log.traceIncluded
-
Include trace output in textLog.outOfSpaceAction
-
Action to take if unable to write to repository.bufferingEnabled
-
Indicator as to whether or not to buffer writes.fileSwitchEnable
-
Enablement for switch log files at a specific time each day.fileSwitchTime
-
Time each dsy to switch files if enabled.
public void disableTextLogging()