|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface LogActor
LogActor the entity that is stored as in a ThreadLocal and used to perform logging. The actor is responsible for formatting its display name for the log entry. The actor performs the requested logging.
Method Summary | |
---|---|
String |
getLogMessage()
|
RootMessageLogger |
getRootMessageLogger()
|
void |
message(LogMessage message)
Logs the specified LogMessage against this actor Currently logging has a global setting however this will later be revised and as such the LogActor will need to take into consideration any new configuration as a means of enabling the logging of LogActors and LogSubjects. |
void |
message(LogSubject subject,
LogMessage message)
Logs the specified LogMessage about the LogSubject Currently logging has a global setting however this will later be revised and as such the LogActor will need to take into consideration any new configuration as a means of enabling the logging of LogActors and LogSubjects. |
Method Detail |
---|
void message(LogSubject subject, LogMessage message)
subject
- The subject that is being loggedmessage
- The message to logvoid message(LogMessage message)
message
- The message to logRootMessageLogger getRootMessageLogger()
String getLogMessage()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |