|
|||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | ||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | ||||||||
java.lang.Objectjava.util.logging.LogManager
com.sun.identity.log.LogManager
public class LogManager
This class keeps track of all the logger objects and does all the
bookkeeping work. It is extended from JDK's LogManager to add
functionalities, such as adding our logger listening to DS changes, etc.
| フィールドの概要 | |
|---|---|
static String |
FORMATTER
The formatter which depends on the log settings |
static String |
HANDLER
The handler which will be added to each logger object |
static boolean |
isLocal
Is the Log Service running locally or remotely |
protected Level |
loggingLevel
|
static boolean |
setMonitoringStatus
Indicator for having set Monitoring Status |
| コンストラクタの概要 | |
|---|---|
LogManager()
|
|
| メソッドの概要 | |
|---|---|
boolean |
addLogger(Logger logger)
Adds a logger to the Log Manager. |
String[] |
getAllFields()
Return the array of all LogRecord fields available for selection. |
Set |
getSelectedFieldSet()
Return the LogRecord fields selected to be included. |
boolean |
isSecure()
Return whether secure logging is specified. |
void |
readConfiguration()
This method overrides the readConfiguration method in
JDK LogManager class. |
| フィールドの詳細 |
|---|
public static boolean isLocal
public static String HANDLER
public static String FORMATTER
public static boolean setMonitoringStatus
protected Level loggingLevel
| コンストラクタの詳細 |
|---|
public LogManager()
| メソッドの詳細 |
|---|
public boolean addLogger(Logger logger)
LogManager 内の addLoggerlogger - Logger object to be added to the Log Manager.
public final boolean isSecure()
securityStatuspublic final String[] getAllFields()
allFieldspublic final Set getSelectedFieldSet()
selectedFieldSetpublic final void readConfiguration()
readConfiguration method in
JDK LogManager class.
The base class method resets the loggers in memory. This method
must add handlers to the loggers in memory according to the
new configuration.
LogManager 内の readConfigurationIOException - if there are IO problems reading the configuration.
SecurityException - if a security manager exists and if the caller
does not have LoggingPermission("control").
|
|||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | ||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | ||||||||