org.joone.log
Class LoggerFactory

java.lang.Object
  extended by org.joone.log.LoggerFactory

public class LoggerFactory
extends java.lang.Object

Class used to decouple the engine's logging requests from the libraries that expose the logging service.

Author:
P.Marrone

Constructor Summary
LoggerFactory()
           
 
Method Summary
static ILogger getLogger(java.lang.Class cls)
          Method to get the Logger to use to print out the log messages.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LoggerFactory

public LoggerFactory()
Method Detail

getLogger

public static ILogger getLogger(java.lang.Class cls)
Method to get the Logger to use to print out the log messages.

Parameters:
cls - The Class of the calling object
Returns:
The instance of the Logger


Submit Feedback to pmarrone@users.sourceforge.net