|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.joone.log.LoggerFactory
public class LoggerFactory
Class used to decouple the engine's logging requests from the libraries that expose the logging service.
| Constructor Summary | |
|---|---|
LoggerFactory()
|
|
| Method Summary | |
|---|---|
static ILogger |
getLogger(java.lang.Class cls)
Method to get the Logger to use to print out the log messages. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public LoggerFactory()
| Method Detail |
|---|
public static ILogger getLogger(java.lang.Class cls)
cls - The Class of the calling object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||