| java.lang.Object java.util.logging.Logger org.objectweb.util.monolog.wrapper.javaLog.Logger
Method Summary | |
public void | addHandler(java.util.logging.Handler handler) | public void | addHandler(Handler h) A TopicalLogger manages a list of Handler instances. | public void | addTopic(String topic) This method allows adding a topic to a TopicalLogger. | public boolean | getAdditivity() It retrieves the additivity flag for this logger instance. | public Object | getAttribute(String name) It retrieves the value of an attribute value of the handler. | public String[] | getAttributeNames() | public int | getCurrentIntLevel() | public Level | getCurrentLevel() | public Handler | getHandler(String hn) | public synchronized Handler[] | getHandler() Get the Handlers associated with this logger. | public String[] | getTopic() This method allows getting a topic list of this TopicalLogger. | public Enumeration | getTopics() This method allows getting a topic list of this TopicalLogger. | public String | getType() | public boolean | isLoggable(int l) | public boolean | isLoggable(org.objectweb.util.monolog.api.Level l) | public boolean | isOn() | public void | log(int l, Object o) | public void | log(Level l, Object o) | public void | log(int l, Object o, Throwable t) | public void | log(Level l, Object o, Throwable t) | public void | log(int level, Object o, Object location, Object method) | public void | log(Level l, Object o, Object location, Object method) | public void | log(int level, Object o, Throwable t, Object location, Object method) | public void | log(Level l, Object o, Throwable t, Object location, Object method) | public void | removeAllHandlers() A TopicalLogger manages a list of Handler instances. | public void | removeHandler(Handler h) A TopicalLogger manages a list of Handler instances. | public void | removeTopic(String topic) This method allows removing a topic to a TopicalLogger. | public void | setAdditivity(boolean a) It assigns the additivity flag for this logger instance. | public Object | setAttribute(String name, Object value) It assigns an attributte to the handler. | public void | setIntLevel(int level) | public void | setLevel(org.objectweb.util.monolog.api.Level l) | public void | setName(String name) | public void | turnOff() | public void | turnOn() |
enabled | boolean enabled(Code) | | indicates if the logger is enabled
|
Logger | protected Logger(String name, String resName)(Code) | | Builds a Logger without inner logger (==> inner = this)
Parameters: name - is the loggerName Parameters: resName - is the resource bundle name |
addHandler | public void addHandler(Handler h) throws Exception(Code) | | A TopicalLogger manages a list of Handler instances. This method
allows adding a handler to this list. The addHandler method returns
true only if the Handler did not exist
|
addTopic | public void addTopic(String topic) throws Exception(Code) | | This method allows adding a topic to a TopicalLogger. This actions change
the hierarchical structure, but also the list of handlers. The list of handlers
of a TopicalLogger is composed of its handlers and all handlers inherited
from its parents. Adding a topic changes the inherited handlers list.
|
getAdditivity | public boolean getAdditivity()(Code) | | It retrieves the additivity flag for this logger instance.
|
getAttribute | public Object getAttribute(String name)(Code) | | It retrieves the value of an attribute value of the handler.
Parameters: name - is an attribute name |
getAttributeNames | public String[] getAttributeNames()(Code) | | It retrieves the attributes of the handler
|
getCurrentIntLevel | public int getCurrentIntLevel()(Code) | | |
getHandler | public Handler getHandler(String hn)(Code) | | It returns the handler which the name is equals to the parameter
Parameters: hn - is the handler name an Handler or a null value. |
getHandler | public synchronized Handler[] getHandler()(Code) | | Get the Handlers associated with this logger.
an array of all registered Handlers |
getTopic | public String[] getTopic()(Code) | | This method allows getting a topic list of this TopicalLogger.
|
getTopics | public Enumeration getTopics()(Code) | | This method allows getting a topic list of this TopicalLogger.
Only kept for the backward compatibility.
|
getType | public String getType()(Code) | | It retrieves the Handler type
|
isLoggable | public boolean isLoggable(int l)(Code) | | |
isOn | public boolean isOn()(Code) | | |
removeAllHandlers | public void removeAllHandlers() throws Exception(Code) | | A TopicalLogger manages a list of Handler instances. This method
allows removing all handler.
|
removeHandler | public void removeHandler(Handler h) throws Exception(Code) | | A TopicalLogger manages a list of Handler instances. This method
allows removing a handler to this list.
|
removeTopic | public void removeTopic(String topic) throws Exception(Code) | | This method allows removing a topic to a TopicalLogger. This actions change
the hierarchical structure, but also the list of handlers. The list of handlers
of a TopicalLogger is composed of its handlers and all handlers inherited
from its parents. Removing a topic changes the inherited handlers list.
|
setAdditivity | public void setAdditivity(boolean a)(Code) | | It assigns the additivity flag for this logger instance.
|
setAttribute | public Object setAttribute(String name, Object value)(Code) | | It assigns an attributte to the handler.
Parameters: name - is the attribute name Parameters: value - is the attribute value the old value is the attribute was already defined |
setIntLevel | public void setIntLevel(int level)(Code) | | |
setName | public void setName(String name)(Code) | | It assigns the name of the handler
|
turnOff | public void turnOff()(Code) | | |
turnOn | public void turnOn()(Code) | | |
Methods inherited from java.util.logging.Logger | public synchronized void addHandler(Handler handler) throws SecurityException(Code)(Java Doc) public void config(String msg)(Code)(Java Doc) public void entering(String sourceClass, String sourceMethod)(Code)(Java Doc) public void entering(String sourceClass, String sourceMethod, Object param1)(Code)(Java Doc) public void entering(String sourceClass, String sourceMethod, Object params)(Code)(Java Doc) public void exiting(String sourceClass, String sourceMethod)(Code)(Java Doc) public void exiting(String sourceClass, String sourceMethod, Object result)(Code)(Java Doc) public void fine(String msg)(Code)(Java Doc) public void finer(String msg)(Code)(Java Doc) public void finest(String msg)(Code)(Java Doc) public static synchronized Logger getAnonymousLogger()(Code)(Java Doc) public static synchronized Logger getAnonymousLogger(String resourceBundleName)(Code)(Java Doc) public synchronized Filter getFilter()(Code)(Java Doc) final public static Logger getGlobal()(Code)(Java Doc) public synchronized Handler[] getHandlers()(Code)(Java Doc) public Level getLevel()(Code)(Java Doc) public static synchronized Logger getLogger(String name)(Code)(Java Doc) public static synchronized Logger getLogger(String name, String resourceBundleName)(Code)(Java Doc) public String getName()(Code)(Java Doc) public Logger getParent()(Code)(Java Doc) public ResourceBundle getResourceBundle()(Code)(Java Doc) public String getResourceBundleName()(Code)(Java Doc) public synchronized boolean getUseParentHandlers()(Code)(Java Doc) public void info(String msg)(Code)(Java Doc) public boolean isLoggable(Level level)(Code)(Java Doc) public void log(LogRecord record)(Code)(Java Doc) public void log(Level level, String msg)(Code)(Java Doc) public void log(Level level, String msg, Object param1)(Code)(Java Doc) public void log(Level level, String msg, Object params)(Code)(Java Doc) public void log(Level level, String msg, Throwable thrown)(Code)(Java Doc) public void logp(Level level, String sourceClass, String sourceMethod, String msg)(Code)(Java Doc) public void logp(Level level, String sourceClass, String sourceMethod, String msg, Object param1)(Code)(Java Doc) public void logp(Level level, String sourceClass, String sourceMethod, String msg, Object params)(Code)(Java Doc) public void logp(Level level, String sourceClass, String sourceMethod, String msg, Throwable thrown)(Code)(Java Doc) public void logrb(Level level, String sourceClass, String sourceMethod, String bundleName, String msg)(Code)(Java Doc) public void logrb(Level level, String sourceClass, String sourceMethod, String bundleName, String msg, Object param1)(Code)(Java Doc) public void logrb(Level level, String sourceClass, String sourceMethod, String bundleName, String msg, Object params)(Code)(Java Doc) public void logrb(Level level, String sourceClass, String sourceMethod, String bundleName, String msg, Throwable thrown)(Code)(Java Doc) public synchronized void removeHandler(Handler handler) throws SecurityException(Code)(Java Doc) public synchronized void setFilter(Filter newFilter) throws SecurityException(Code)(Java Doc) public void setLevel(Level newLevel) throws SecurityException(Code)(Java Doc) public void setParent(Logger parent)(Code)(Java Doc) public synchronized void setUseParentHandlers(boolean useParentHandlers)(Code)(Java Doc) public void severe(String msg)(Code)(Java Doc) public void throwing(String sourceClass, String sourceMethod, Throwable thrown)(Code)(Java Doc) public void warning(String msg)(Code)(Java Doc)
|
|
|