map.apps Bundle APIs 4.20.2
    Preparing search index...

    Interface LogNotificationListener

    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;
    }
    Index

    Methods

    Methods