public class SystemOutLogger extends POILogger
Constructor and Description |
---|
SystemOutLogger() |
Modifier and Type | Method and Description |
---|---|
boolean |
check(int level)
Check if a logger is enabled to log at the specified level
|
void |
initialize(String cat) |
void |
log(int level,
Object obj1)
Log a message
|
log, log, log, log, log, log, log, log, log, log, log, log, log, log, log, logFormatted, logFormatted, logFormatted, logFormatted
private String cat
public void initialize(String cat)
initialize
in class POILogger
public void log(int level, Object obj1)
public boolean check(int level)
check
in class POILogger
level
- One of DEBUG, INFO, WARN, ERROR, FATALPOILogger.DEBUG
,
POILogger.INFO
,
POILogger.WARN
,
POILogger.ERROR
,
POILogger.FATAL
Copyright © 2016 Open Microscopy Environment