| java.lang.Object org.swingml.system.SwingMLLogger
SwingMLLogger | public class SwingMLLogger implements ILogCapable(Code) | | An encompasing class mainly providing logging capabilities for SwingML components and services.
author: NumberSix |
getDefaultLevel | public int getDefaultLevel()(Code) | | |
isStarted | public boolean isStarted()(Code) | | |
log | public void log(int severityLevel, Object anObject)(Code) | | For this implementation, we'll simply always log to Stdout/Stderr, no matter what the severity level is.
|
log | public void log(int severityLevel, String message)(Code) | | For this implementation, we'll simply always log to Stdout/Stderr, no matter what the severity level is.
|
setDefaultLevel | public void setDefaultLevel(int severityLevel)(Code) | | |
start | public void start()(Code) | | |
|
|