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

    Module Form/CustomScript/Log

    tisa.log.info("some info message");
    tisa.log.warn("some warning message");
    tisa.log.debug("some debug message");
    // show error with toast
    tisa.log.debug("some error message", true);

    Classes

    Log

    Interfaces

    LogServiceErrorOptions
    LogServiceOptions