eXo Kernel :: Commons Utils 2.4.9-GA

Uses of Interface
org.exoplatform.services.log.Log

Packages that use Log
org.exoplatform.commons.utils This package provides the common utility classes. 
org.exoplatform.services.log   
org.exoplatform.services.log.impl   
 

Uses of Log in org.exoplatform.commons.utils
 

Fields in org.exoplatform.commons.utils declared as Log
protected static Log MimeTypeResolver.LOG
           
 

Uses of Log in org.exoplatform.services.log
 

Methods in org.exoplatform.services.log that return Log
static Log ExoLogger.getExoLogger(Class name)
          Returns a specified logger.
 Log ExoLogFactory.getExoLogger(Class clazz)
          Obtain a logger for the specified name.
static Log ExoLogger.getExoLogger(String name)
          Returns a specified logger.
 Log ExoLogFactory.getExoLogger(String name)
          Obtain a logger for the specified name.
static Log ExoLogger.getLogger(Class name)
          Use instead ExoLogger.getExoLogger(Class).
static Log ExoLogger.getLogger(String name)
          Use instead ExoLogger.getExoLogger(String).
 

Uses of Log in org.exoplatform.services.log.impl
 

Classes in org.exoplatform.services.log.impl that implement Log
 class LocationAwareSLF4JExoLog
          An implementation of ExoLogger that delegates to an instance of LocationAwareLogger.
 class SimpleExoLog
          Based on apache commons logging SimpleLog class.
 class SLF4JExoLog
          An implementation of Log that delegates to an instance of Logger.
 

Methods in org.exoplatform.services.log.impl that return Log
 Log AbstractExoLogFactory.getExoLogger(Class clazz)
          Obtain a logger for the specified name.
 Log AbstractExoLogFactory.getExoLogger(String name)
          Obtain a logger for the specified name.
protected  Log SimpleExoLogFactory.getLogger(String name)
           
protected abstract  Log AbstractExoLogFactory.getLogger(String name)
          Obtain a specified logger.
protected  Log SLF4JExoLogFactory.getLogger(String name)
          Obtain a specified logger.
 


eXo Kernel :: Commons Utils 2.4.9-GA

Copyright © 2014 eXo Platform SAS. All Rights Reserved.