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

java.lang.Object
  extended by com.googlecode.jpattern.gwt.client.logger.SysoutLoggerService
All Implemented Interfaces:
IService, ILoggerService

public class SysoutLoggerService
extends Object
implements ILoggerService

Author:
Francesco Cina' 12 Apr 2011

Field Summary
static String NAME
           
 
Constructor Summary
SysoutLoggerService()
           
 
Method Summary
 ILogger getLogger(Class<?> aClass)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NAME

public static String NAME
Constructor Detail

SysoutLoggerService

public SysoutLoggerService()
Method Detail

getLogger

public ILogger getLogger(Class<?> aClass)
Specified by:
getLogger in interface ILoggerService


Copyright © 2011. All Rights Reserved.