com.googlecode.jpattern.gwt.client.logger
Class SysoutLogger

java.lang.Object
  extended by com.googlecode.jpattern.gwt.client.logger.SysoutLogger
All Implemented Interfaces:
ILogger

public class SysoutLogger
extends Object
implements ILogger

Author:
Francesco Cina' 12 Apr 2011

Constructor Summary
SysoutLogger(String name)
           
 
Method Summary
 void debug(String message)
           
 void error(String message, Throwable e)
           
 void info(String message)
           
 void trace(String message)
           
 void warn(String message)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SysoutLogger

public SysoutLogger(String name)
Method Detail

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.