| |
|
| java.lang.Object simpleorm.simplewebapp.core.WLog
WLog | public class WLog (Code) | | Very lightweight logger. Speicalize as needed.
(Logs to System.err instead of System.out to maintain correct order if exceptions thrown.)
|
Constructor Summary | |
public | WLog() |
pageCount | static int pageCount(Code) | | |
debug | public void debug(String msg)(Code) | | Messages normally left off in production
|
info | public void info(String msg)(Code) | | Messages normally left on in production
|
isDebug | public boolean isDebug()(Code) | | |
|
|
|