com.ls.service.log
Interface ISystemErrorLog

All Known Implementing Classes:
Lars

public interface ISystemErrorLog

Interface, that allows SystemLogger and Logger to log additional, system dependant information in cases, a given Throwable in a log call is an instance of Error.

Version:
$Revision: 1.3 $
Author:
Last modified by $Author: JBogenschuetz $

Method Summary
 String getClassName()
          gets the name of the implementing class
 String getSystemInformation()
          gets system dependant information
 

Method Detail

getSystemInformation

public String getSystemInformation()
gets system dependant information
Returns:
Returns the system information

getClassName

public String getClassName()
gets the name of the implementing class
Returns:
Returns the class name