|
eXo Kernel :: Commons Utils 2.4.9-GA | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ExoLogFactory
This factory garantees the plugability of the logging system.
| Method Summary | |
|---|---|
Log |
getExoLogger(Class clazz)
Obtain a logger for the specified name. |
Log |
getExoLogger(String name)
Obtain a logger for the specified name. |
| Method Detail |
|---|
Log getExoLogger(String name)
throws NullPointerException
name - the logger name
NullPointerException - if the name is null
Log getExoLogger(Class clazz)
throws NullPointerException
clazz - the logger name
NullPointerException - if the name is null
|
eXo Kernel :: Commons Utils 2.4.9-GA | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||