Interface IEventLogFunc

interface IEventLogFunc {
    constructor(level: EventLogLevel, message: string): IEventLog;
}

Methods

Methods