com.itextpdf.maven.itextdoc.log
Class ItxtLog

java.lang.Object
  extended by com.itextpdf.maven.itextdoc.log.ItxtLog
All Implemented Interfaces:
Logger

public final class ItxtLog
extends Object
implements Logger

Author:
redlab_b http://www.redlab.be/

Constructor Summary
ItxtLog()
           
 
Method Summary
 void add(LoggerListener logger)
           
 void debug(String arg0)
           
 void error(String arg0)
           
 void error(String arg0, Exception arg1)
           
 Logger getLogger(Class<?> arg0)
           
 Logger getLogger(String arg0)
           
 void info(String arg0)
           
 boolean isLogging(Level arg0)
           
 void trace(String arg0)
           
 void warn(String arg0)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ItxtLog

public ItxtLog()
Method Detail

debug

public void debug(String arg0)
Specified by:
debug in interface Logger

error

public void error(String arg0)
Specified by:
error in interface Logger

error

public void error(String arg0,
                  Exception arg1)
Specified by:
error in interface Logger

getLogger

public Logger getLogger(Class<?> arg0)
Specified by:
getLogger in interface Logger

getLogger

public Logger getLogger(String arg0)
Specified by:
getLogger in interface Logger

info

public void info(String arg0)
Specified by:
info in interface Logger

isLogging

public boolean isLogging(Level arg0)
Specified by:
isLogging in interface Logger

trace

public void trace(String arg0)
Specified by:
trace in interface Logger

warn

public void warn(String arg0)
Specified by:
warn in interface Logger

add

public void add(LoggerListener logger)
Parameters:
mojoLogger -


Copyright © 2011 1T3XT BVBA. All Rights Reserved.