|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public static interface LogController.LogImplementation
MI private log implementation interface. Implementing class must contain also a static method getInstance() that returns the singleton instance of the implementation. This is NOT part of the API! Do not use it outside of the framework!
| Method Summary | |
|---|---|
Category |
createCategory(java.lang.String name,
LogController parent)
Create new category. |
Location |
createLocation(java.lang.String name,
LogController parent)
Create new location. |
void |
initialize()
|
void |
log(boolean log,
int severity,
Location loc,
Category category,
java.lang.String subLoc,
java.lang.String messageCode,
java.lang.Object[] args,
java.lang.String clearMsg)
Log a message. |
| Method Detail |
|---|
void log(boolean log,
int severity,
Location loc,
Category category,
java.lang.String subLoc,
java.lang.String messageCode,
java.lang.Object[] args,
java.lang.String clearMsg)
log - write also to log file?severity - message severity.loc - location.category - category.subLoc - sublocation.messageCode - message code.args - arguments.clearMsg - clear-text message (if messageCode not found).void initialize()
Location createLocation(java.lang.String name,
LogController parent)
name - location name.parent - parent controller.
Category createCategory(java.lang.String name,
LogController parent)
name - category name.parent - parent controller.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||