pandora
Class CheckSandbox.CheckLog

java.lang.Object
  |
  +--pandora.CheckSandbox.CheckLog
Enclosing class:
CheckSandbox

class CheckSandbox.CheckLog
extends java.lang.Object

Simple implementation of a logging object for command line use.


Constructor Summary
(package private) CheckSandbox.CheckLog()
           
 
Method Summary
 void error(java.lang.String msg)
          Issue an error message.
 void info(java.lang.String msg)
          Issue an information message.
 void warn(java.lang.String msg)
          Issue a warning message.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CheckSandbox.CheckLog

CheckSandbox.CheckLog()
Method Detail

warn

public void warn(java.lang.String msg)
Issue a warning message.

Parameters:
msg - message to write

error

public void error(java.lang.String msg)
Issue an error message.

Parameters:
msg - message to write

info

public void info(java.lang.String msg)
Issue an information message.

Parameters:
msg - message to write