ak.err
Interface IF_LogMedia

All Known Implementing Classes:
LogToFile, LogToStdOut

abstract interface IF_LogMedia

This is the interface for all log-media

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

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 error ini-file
 

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 error ini-file