com.itextpdf.text.log
Interface Logger

All Known Implementing Classes:
NoOpLogger

public interface Logger

Logger interface, set an implementation in LoggerFactory.setLogger(Logger).

Author:
redlab_b

Method Summary
 boolean isLogging()
          Enable/disable logging.
 void log(Class<?> klass, String msg)
          Called when a logging message is received
 void log(String msg)
          Called when a logging message is received
 

Method Detail

log

void log(String msg)
Called when a logging message is received

Parameters:
msg -

log

void log(Class<?> klass,
         String msg)
Called when a logging message is received

Parameters:
klass -
msg -

isLogging

boolean isLogging()
Enable/disable logging.

Returns:
true if there should be logged, false otherwise


Copyright © 2011. All Rights Reserved.