org.apache.openejb.loader
Interface Options.Log

All Known Implementing Classes:
Options.NullLog, OptionsLog
Enclosing class:
Options

public static interface Options.Log


Method Summary
 void debug(String message)
           
 void debug(String message, Throwable t)
           
 void info(String message)
           
 void info(String message, Throwable t)
           
 boolean isDebugEnabled()
           
 boolean isInfoEnabled()
           
 boolean isWarningEnabled()
           
 void warning(String message)
           
 void warning(String message, Throwable t)
           
 

Method Detail

isDebugEnabled

boolean isDebugEnabled()

isInfoEnabled

boolean isInfoEnabled()

isWarningEnabled

boolean isWarningEnabled()

warning

void warning(String message,
             Throwable t)

warning

void warning(String message)

debug

void debug(String message,
           Throwable t)

debug

void debug(String message)

info

void info(String message,
          Throwable t)

info

void info(String message)


Copyright © 1999-2013 The Apache OpenEJB development community. All Rights Reserved.