Listener for log messages logged via the LogNotificationService A service which is a log listener must be registered as ct.framework.api.LogListener.

interface LogNotificationListener {
    logged(entry: LogNotificationEntry): void;
}

Methods

Methods