Return to www.inductionframework.org

com.acciente.induction.init
Interface Logger


public interface Logger

Internal. This interface is used to provide access to centralized logger with having to pass in the entire servlet object (which has the log() method) to each class/method that needs access to the logger.


Method Summary
 void log(java.lang.String sMessage)
           
 void log(java.lang.String sMessage, java.lang.Throwable oThrowable)
           
 

Method Detail

log

void log(java.lang.String sMessage)

log

void log(java.lang.String sMessage,
         java.lang.Throwable oThrowable)

Return to www.inductionframework.org

Copyright (c) 2008 Acciente, LLC. All rights reserved.