| java.lang.Object org.mmbase.util.logging.java.Impl
Impl | final public class Impl implements Logger(Code) | | Since java 1.4 there is a Logger implemented in java itself; this MMBase Logger implementation
delegates all logging to this java framework. The java framework is comparable to log4j, so you could use it as an alternative.
author: Michiel Meeuwissen since: MMBase-1.8 See Also: org.mmbase.util.logging.java.MMBaseLogger |
Constructor Summary | |
protected | Impl(String name) Constructor. |
configure | public static void configure(String s)(Code) | | Calls LogManager#readConfiguration, and feeds it with the configured InputStream. So you can
configure java-logging. The file is watched, so you can add and change it later.
There need not be a configuration file for java logging.
|
getLoggerInstance | public static Impl getLoggerInstance(String name)(Code) | | Return a MMBase logger object, which wrappes a java.util.logging.Logger object.
|
isDebugEnabled | public boolean isDebugEnabled()(Code) | | |
isServiceEnabled | public boolean isServiceEnabled()(Code) | | |
isTraceEnabled | public boolean isTraceEnabled()(Code) | | |
|
|