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

    Interface LogServiceOptions

    interface LogServiceOptions {
        consoleParams?: any[];
        customProperties?: any;
        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.

    showToast?: boolean

    If true - shows toast with the specified message.