public class LogContextInialiser extends java.lang.Object implements ContextInitialiser
ContextInitialiser that adds logging information
to the context.| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
CONSOLE_ARCHIVER
The key for the console archiver.
|
static java.lang.String |
LOG_ARCHIVER
The key for the log archiver.
|
| Constructor and Description |
|---|
LogContextInialiser(ExplorerModel explorerModel)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
initialise(ExplorerContext context)
Initialise the
ExplorerContext. |
public static java.lang.String LOG_ARCHIVER
public static java.lang.String CONSOLE_ARCHIVER
public LogContextInialiser(ExplorerModel explorerModel)
explorerModel - The model. Must not be null.public void initialise(ExplorerContext context)
ContextInitialiserExplorerContext.initialise in interface ContextInitialisercontext - The context. It will contain the
component it is the context for.