prolog.util
Class StdOutLogger

java.lang.Object
  |
  +--prolog.util.StdOutLogger
All Implemented Interfaces:
ILogger

public class StdOutLogger
extends java.lang.Object
implements ILogger

Title: StdOutLogger

Descrpition: A logger routing to System.out.println


Constructor Summary
StdOutLogger()
           
 
Method Summary
 void msg(java.lang.String msg)
          simple log call
 void msg(java.lang.String msg, int depth)
          log call with some tabs before
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Constructor Detail

StdOutLogger

public StdOutLogger()
Method Detail

msg

public void msg(java.lang.String msg)
simple log call
Specified by:
msg in interface ILogger
Parameters:
msg - is the message

msg

public void msg(java.lang.String msg,
                int depth)
log call with some tabs before
Specified by:
msg in interface ILogger
Parameters:
msg - is the message
depth - is the number of tabs