com.sun.identity.log
Class LogManager

java.lang.Object
  |
  +--java.util.logging.LogManager
        |
        +--com.sun.identity.log.LogManager

public synchronized class LogManager
extends java.util.logging.LogManager


Field Summary
static java.lang.String FORMATTER
           
static java.lang.String HANDLER
           
static boolean isLocal
           
 
Constructor Summary
LogManager()
           
 
Method Summary
 boolean addLogger(java.util.logging.Logger)
           
 void readConfiguration()
           
 
Methods inherited from class java.util.logging.LogManager
addPropertyChangeListener, checkAccess, getLogger, getLoggerNames, getLogManager, getProperty, readConfiguration, removePropertyChangeListener, reset
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

isLocal

public static boolean isLocal

HANDLER

public static java.lang.String HANDLER

FORMATTER

public static java.lang.String FORMATTER
Constructor Detail

LogManager

public LogManager()
Method Detail

addLogger

public boolean addLogger(java.util.logging.Logger)
Overrides:
addLogger in class java.util.logging.LogManager

readConfiguration

public void readConfiguration()
                       throws java.io.IOException,
                              java.lang.SecurityException
Overrides:
readConfiguration in class java.util.logging.LogManager