Comunica
    Preparing search index...

    Interface ILoggerPrettyArgs

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

    Properties

    Properties

    actors?: Record<string, boolean>

    A whitelist of actor IRIs to log for.

    level: string

    The minimum logging level.