|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectpyrasun.eio.util.L4J
| Constructor Summary | |
L4J()
|
|
| Method Summary | |
Logger |
getLogger(java.lang.Class category)
Get a logger instance for the specified category (in the form of a class) |
Logger |
getLogger(java.lang.Object object)
Get a logger instance for the specified object - works by getting the class for the object and then using the class as the category. |
Logger |
getLogger(java.lang.String category)
Get a logger instance for the specified category |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public L4J()
| Method Detail |
public Logger getLogger(java.lang.String category)
getLogger in interface LoggerManagerpublic Logger getLogger(java.lang.Class category)
getLogger in interface LoggerManagerpublic Logger getLogger(java.lang.Object object)
getLogger in interface LoggerManager
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||