ak.err
Class LogToStdOut

java.lang.Object
  |
  +--ak.err.LogToStdOut

public class LogToStdOut
extends java.lang.Object
implements IF_LogMedia

This is implementor of interface IF_LogMedia logs to StdOut

Version:
V1.1 Copyright(c)2000 Alexej Kupin

Constructor Summary
LogToStdOut()
          Default constructor:
 
Method Summary
 void log(java.lang.String sMsg, java.lang.String sParam, java.lang.String sPath)
          creates the log The Parameters(sParam and sPath) are taken from the config-file
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Constructor Detail

LogToStdOut

public LogToStdOut()
Default constructor:
Method Detail

log

public void log(java.lang.String sMsg,
                java.lang.String sParam,
                java.lang.String sPath)
         throws java.lang.Exception
creates the log The Parameters(sParam and sPath) are taken from the config-file
Specified by:
log in interface IF_LogMedia