org.exoplatform.services.log
Class ExoLogger

java.lang.Object
  extended by org.exoplatform.services.log.ExoLogger

public class ExoLogger
extends Object

Created by The eXo Platform SAS.
An entry point for static logger's methods

Version:
$Id: ExoLogger.java 5332 2006-04-29 18:32:44Z geaz $
Author:
Gennady Azarenkov

Constructor Summary
ExoLogger()
           
 
Method Summary
static org.apache.commons.logging.Log getLogger(Class clazz)
           
static org.apache.commons.logging.Log getLogger(String name)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExoLogger

public ExoLogger()
Method Detail

getLogger

public static org.apache.commons.logging.Log getLogger(String name)
Parameters:
name -
Returns:
logger by name

getLogger

public static org.apache.commons.logging.Log getLogger(Class clazz)
Parameters:
clazz -
Returns:
logger by class


Copyright © 2009 eXo Platform SAS. All Rights Reserved.