|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface BaseContext
A simple base context used for firstspirit hotspots like client plugins.
Attention: This part of the API isn't released yet and may change during the ramp up time. It will be released with 4.2 Release 4.
Method Summary | |
---|---|
void |
logDebug(String message)
Logs the given message as debug message. |
void |
logError(String message)
Logs the given message as error message. |
void |
logError(String message,
Throwable ex)
Logs the given message and the trace of the throwable as error message. |
void |
logInfo(String message)
Logs the given message as info message. |
void |
logWarning(String message)
Logs the given message as warning. |
Methods inherited from interface de.espirit.firstspirit.agency.SpecialistsBroker |
---|
requestSpecialist, requireSpecialist |
Method Detail |
---|
void logDebug(String message)
message
- the debug messagevoid logInfo(String message)
message
- the info messagevoid logWarning(String message)
message
- the warn messagevoid logError(String message)
message
- the error messagevoid logError(String message, Throwable ex)
message
- the error messageex
- the exception to log
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |