com.bolinfest.prisonerbot.logging
Class ConsoleLogger

java.lang.Object
  extended by com.bolinfest.prisonerbot.logging.AbstractLogger
      extended by com.bolinfest.prisonerbot.logging.ConsoleLogger
All Implemented Interfaces:
GameLogger

public class ConsoleLogger
extends AbstractLogger

ConsoleLogger is...

Author:
mbolin

Constructor Summary
ConsoleLogger()
           
 
Method Summary
 void log(String s)
           
 void logGame(UnmodifiableGame game)
           
 
Methods inherited from class com.bolinfest.prisonerbot.logging.AbstractLogger
normalizeName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConsoleLogger

public ConsoleLogger()
Method Detail

log

public void log(String s)
Specified by:
log in interface GameLogger
Specified by:
log in class AbstractLogger

logGame

public void logGame(UnmodifiableGame game)
Specified by:
logGame in interface GameLogger
Specified by:
logGame in class AbstractLogger