@saninn/logger
    Preparing search index...

    Interface ILoggerProcessorFunctionParams

    interface ILoggerProcessorFunctionParams {
        args: any[];
        logType: LoggerTypesEnum;
        prefix: string;
    }
    Index

    Properties

    Properties

    args: any[]
    prefix: string

    it could be an empty string if no prefix is used