Axinom Mosaic Libraries
    Preparing search index...

    Object that contains all values that are used to determine if final log should be masked or not.

    interface GenerateLogMasking {
        maskMiddleware?: MaskMiddleware;
        maskOptions?: MaskOptions;
        skipMaskMiddleware?: SkipMaskMiddleware;
    }
    Index

    Properties

    maskMiddleware?: MaskMiddleware
    maskOptions?: MaskOptions
    skipMaskMiddleware?: SkipMaskMiddleware