JSM Developer API Documentation
    Preparing search index...

    Class Logger

    This class provides functions to log information to the console.

    Index

    Methods

    Methods

    • Send to the "error" log level.

      Parameters

      • message: string

        The message to send

      Returns void

      The program will not exit when this is called.

    • Send to the "info" log level.

      Parameters

      • message: string

        The message to send

      Returns void

    • Send to the "warn" log level.

      Parameters

      • message: string

        The message to send

      Returns void