| Package | Description |
|---|---|
| org.exoplatform.commons.utils |
This package provides the common utility classes.
|
| org.exoplatform.services.log | |
| org.exoplatform.services.log.impl |
| Modifier and Type | Field and Description |
|---|---|
protected static Log |
MimeTypeResolver.LOG |
| Modifier and Type | Method and Description |
|---|---|
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). |
| Modifier and Type | Class and Description |
|---|---|
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. |
| Modifier and Type | Method and Description |
|---|---|
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 |
SLF4JExoLogFactory.getLogger(String name)
Obtain a specified logger.
|
protected Log |
SimpleExoLogFactory.getLogger(String name) |
protected abstract Log |
AbstractExoLogFactory.getLogger(String name)
Obtain a specified logger.
|
Copyright © 2017 eXo Platform SAS. All Rights Reserved.