com.googlecode.jpattern.gwt.client.logger
Class GwtLogger
java.lang.Object
com.googlecode.jpattern.gwt.client.logger.GwtLogger
- All Implemented Interfaces:
- ILogger
public class GwtLogger
- extends Object
- implements ILogger
- Author:
- Francesco Cina'
12 Apr 2011
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GwtLogger
public GwtLogger(String name)
trace
public void trace(String message)
- Specified by:
trace in interface ILogger
debug
public void debug(String message)
- Specified by:
debug in interface ILogger
info
public void info(String message)
- Specified by:
info in interface ILogger
warn
public void warn(String message)
- Specified by:
warn in interface ILogger
error
public void error(String message,
Throwable e)
- Specified by:
error in interface ILogger
Copyright © 2011. All Rights Reserved.