org.exoplatform.services.log
Class ExoLogger
java.lang.Object
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ExoLogger
public ExoLogger()
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.