Simple Log 2.0.1
[grlea]

org.grlea.log.rollover
Interface RolloverManager.ErrorReporter

Enclosing interface:
RolloverManager

public static interface RolloverManager.ErrorReporter

An interface for objects wishing to be notified of errors occurring in a RolloverManager while it is running.


Method Summary
 void error(java.lang.String description, java.lang.Throwable t, boolean printExceptionType)
           
 

Method Detail

error

public void error(java.lang.String description,
                  java.lang.Throwable t,
                  boolean printExceptionType)

Copyright (c) 2004-2006, Graham Lea. All rights reserved.