Modifier and Type | Class and Description |
---|---|
class |
ConsoleLog
A log event listener which sends all log events to the system console/tty
|
Modifier and Type | Method and Description |
---|---|
ILogEventListener |
ILogSubsystem.getLogInstance(java.lang.String insName)
Retrieve the log event listener by instance name
|
Modifier and Type | Method and Description |
---|---|
void |
ILogQueue.addLogEventListener(ILogEventListener listener)
Registers an event listener.
|
java.lang.String |
ILogSubsystem.getLogPluginName(ILogEventListener log)
Retrieve plugin name (implementation name) of the log event
listener.
|
void |
ILogQueue.removeLogEventListener(ILogEventListener listener)
Removes an event listener.
|
Modifier and Type | Method and Description |
---|---|
ILogEventListener |
ISelfTestSubsystem.getSelfTestLogger()
Returns the ILogEventListener of this subsystem.
|
Modifier and Type | Method and Description |
---|---|
void |
ISelfTestSubsystem.log(ILogEventListener logger,
java.lang.String msg)
This method represents the log interface for the self test subsystem.
|
void |
ISelfTest.runSelfTest(ILogEventListener logger)
Execute an individual self test.
|
Modifier and Type | Class and Description |
---|---|
class |
LogFile
A log event listener which write logs to log files
|
class |
RollingLogFile
A rotating log file for Certificate log events.
|
Modifier and Type | Method and Description |
---|---|
abstract void |
ASelfTest.runSelfTest(ILogEventListener logger)
Execute an individual self test.
|
Modifier and Type | Method and Description |
---|---|
void |
CAValidity.runSelfTest(ILogEventListener logger)
Execute an individual self test.
|
void |
CAPresence.runSelfTest(ILogEventListener logger)
Execute an individual self test.
|
Modifier and Type | Method and Description |
---|---|
void |
SystemCertsVerification.runSelfTest(ILogEventListener logger)
Execute an individual self test.
|
Modifier and Type | Method and Description |
---|---|
void |
KRAPresence.runSelfTest(ILogEventListener logger)
Execute an individual self test.
|
Modifier and Type | Method and Description |
---|---|
void |
OCSPPresence.runSelfTest(ILogEventListener logger)
Execute an individual self test.
|
void |
OCSPValidity.runSelfTest(ILogEventListener logger)
Execute an individual self test.
|
Modifier and Type | Method and Description |
---|---|
void |
RAPresence.runSelfTest(ILogEventListener logger)
Deprecated.
Execute an individual self test.
|
Modifier and Type | Method and Description |
---|---|
void |
TKSKnownSessionKey.runSelfTest(ILogEventListener logger)
Execute an individual self test.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
LogAdminServlet.getLogPluginName(ILogEventListener log) |