HybridForms API
    Preparing search index...

    Class Log

    The log class outputs logging messages and writes to log files.

    Index

    Constructors

    Methods

    Constructors

    Methods

    • Logs an error.

      Parameters

      • message: string

        The log message

      Returns void

    • Outputs the log to the console.

      Returns Promise<string>

    • Logs an info.

      Parameters

      • message: string

        The log message

      Returns void

    • Logs an warning.

      Parameters

      • message: string

        The log message

      Returns void