com.denova.io
Class ErrorLog

java.lang.Object
  |
  +--com.denova.io.ErrorLog

public class ErrorLog
extends java.lang.Object

Record serious errors in a log named errors.log. To get the single instance of the standard error log, use getLog(). The errors.log is created anytime a call is made to it. It does not have to pre-exists for data to be saved to the errors.log. Copyright © 1997-2008 DeNova All rights reserved worldwide. Last modified: 2008.04.15


Field Summary
static java.lang.String LogName
           
 
Constructor Summary
ErrorLog()
           
 
Method Summary
static com.denova.io.Log getLog()
          Gets the error log.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

LogName

public static final java.lang.String LogName
See Also:
Constant Field Values
Constructor Detail

ErrorLog

public ErrorLog()
Method Detail

getLog

public static com.denova.io.Log getLog()
Gets the error log.

Returns:
error log