| Package | Description |
|---|---|
| org.mmbase.streams.transcoders | |
| org.mmbase.util.logging |
The MMBase logging infrastructure.
|
| org.mmbase.util.logging.java |
Classes related to the java.util.logging package (new in java 1.4).
|
| org.mmbase.util.logging.log4j |
| Modifier and Type | Method and Description |
|---|---|
protected void |
AnalyzerLogger.log(String s,
Level level) |
protected void |
ErrorDetector.log(String s,
Level level) |
| Modifier and Type | Field and Description |
|---|---|
static Level |
Level.DEBUG
A constant.
|
static Level |
Level.ERROR
A constant.
|
static Level |
Level.FATAL
A constant.
|
static Level |
Level.INFO
A constant.
|
(package private) Level |
BufferedLogger.LogEntry.level |
static Level |
Level.OFF
A constant.
|
static Level |
Level.SERVICE
A constant.
|
static Level |
Level.TRACE
A constant.
|
static Level |
Level.WARN
A constant.
|
| Modifier and Type | Method and Description |
|---|---|
Level |
LoggingException.getLevel()
Returns the level of logging at which the exception occurred
|
protected Level |
LoggerWriter.getLevel(String line) |
static Level |
Level.toLevel(String level) |
static Level |
Level.valueOf(String level)
Like valueOf of real enumerations.
|
| Modifier and Type | Method and Description |
|---|---|
String |
BufferedLogger.getList(Level l)
Utitliy function to 'relog' to a String.
|
static boolean |
Logging.isEnabled(Level l,
Logger log)
Utility method for dynamicly checking the 'enabled'ness of a logger on a given level.
|
boolean |
AbstractSimpleImpl.isEnabledFor(Level l) |
boolean |
Logger.isEnabledFor(Level l) |
boolean |
ChainedLogger.isEnabledFor(Level l) |
boolean |
LoggerWrapper.isEnabledFor(Level l) |
static void |
Logging.log(Level l,
Logger log,
String mes)
Utility method for dynamicly determin the level of logging.
|
protected void |
AbstractSimpleImpl.log(Object s,
Level level)
Override to implement different stringification of objects to log.
|
protected void |
AbstractSimpleImpl.log(Object s,
Level level,
Throwable t) |
protected void |
BufferedLogger.log(String s,
Level level) |
protected void |
ExceptionImpl.log(String s,
Level l) |
protected void |
AbstractSimpleImpl.log(String s,
Level level)
Logs a message for a certain string.
|
protected void |
WriterLogger.log(String s,
Level level) |
void |
AbstractSimpleImpl.setLevel(Level p) |
void |
Logger.setLevel(Level p)
If you want to override the level in the configuration file
fixed for this category, you can do it with this method.
|
void |
ChainedLogger.setLevel(Level p) |
void |
LoggerWrapper.setLevel(Level p) |
| Constructor and Description |
|---|
LogEntry(String line,
Level level) |
LoggerWriter(Logger log,
Level lev) |
LoggerWriter(Logger log,
Level lev,
String p) |
LoggingException(String message,
Level level)
Create the exception.
|
LoggingException(Throwable cause,
Level level)
Create the exception.
|
WriterLogger(Writer w,
Level l) |
| Modifier and Type | Method and Description |
|---|---|
protected Level |
Impl.getJavaLevel(Level p) |
boolean |
Impl.isEnabledFor(Level l) |
void |
Impl.setLevel(Level p) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
Log4jImpl.isEnabledFor(Level l) |
void |
Log4jImpl.setLevel(Level p) |
MMBase 1.9-SNAPSHOT - ${javadoctimestamp}