|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
The ILoggerContext is used to allow information transfer between packages that are not allowed to communicate directly. It holds global information of a logger like its name or the path where log files are written. It also gives an handle to available loggers in the system.
| Method Summary | |
ILogger |
getLogger()
Returns the |
ILogger |
getLogger(java.lang.String aLoggerName)
Returns the |
java.lang.String |
getName()
Gets the name of this logger. |
java.lang.String |
getPath()
Returns the |
| Method Detail |
public java.lang.String getPath()
public ILogger getLogger(java.lang.String aLoggerName)
aLoggerName - The logger namepublic ILogger getLogger()
public java.lang.String getName()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||