@ac-essentials/app-util
    Preparing search index...

    Type Alias LoggerLogOptions

    type LoggerLogOptions = {
        metadata?: LoggerMetadata;
        stackTraceReference?: CaptureStackTraceOptions["reference"] | null;
    }
    Index

    Properties

    metadata?: LoggerMetadata
    stackTraceReference?: CaptureStackTraceOptions["reference"] | null