public class ExternalLogExtensionPoint extends AbstractThreadSafeComponentExtensionPoint<ExternalLog>
ExtensionPoint handling the ExternalLogs.| Modifier and Type | Field and Description |
|---|---|
static String |
ROLE
Avalon Role
|
_cocoonManager, _context, _manager| Constructor and Description |
|---|
ExternalLogExtensionPoint() |
| Modifier and Type | Method and Description |
|---|---|
private MemoryAppender |
_getMemoryAppender()
Get the memory-appender
|
void |
initializeExtensions()
Finalize the initialization of the extensions.
This method is called after all addExtension() calls.This is the last step before the actual startup of the application. |
addComponent, addExtension, contextualize, dispose, getExtension, getExtensionsIds, hasExtension, initialize, servicegetLogger, setLoggerpublic ExternalLogExtensionPoint()
public void initializeExtensions() throws Exception
ExtensionPointaddExtension() calls.initializeExtensions in interface ExtensionPoint<ExternalLog>initializeExtensions in class AbstractThreadSafeComponentExtensionPoint<ExternalLog>Exception - if something wrong occursprivate MemoryAppender _getMemoryAppender()