TreeINFO-For-M365 documentation
    Preparing search index...

    Interface LogServiceErrorOptions

    interface LogServiceErrorOptions {
        consoleParams?: any[];
        customProperties?: any;
        id?: string;
        showToast?: boolean;
    }

    Hierarchy (View Summary)

    Index

    Properties

    consoleParams?: any[]

    Additional params that will be appended when logging to the console.

    customProperties?: any

    Additional properties that will be sent to Application Insights. This property will also be appended when logging to the console.

    id?: string
    showToast?: boolean

    If true - shows toast with the specified message.