interface ILoggerPrettyArgs {
    actors?: Record<string, boolean>;
    level: string;
}

Properties

Properties

actors?: Record<string, boolean>

A whitelist of actor IRIs to log for.

level: string

The minimum logging level.