public interface ExoLogFactory
| Modifier and Type | Method and Description |
|---|---|
Log |
getExoLogger(Class clazz)
Obtain a logger for the specified name.
|
Log |
getExoLogger(String name)
Obtain a logger for the specified name.
|
Log getExoLogger(String name) throws NullPointerException
name - the logger nameNullPointerException - if the name is nullLog getExoLogger(Class clazz) throws NullPointerException
clazz - the logger nameNullPointerException - if the name is nullCopyright © 2017 eXo Platform SAS. All Rights Reserved.