Trails Packages
    Preparing search index...

    Interface LogMethod

    • Logger's log method signature

      Parameters

      • message: unknown

        Log message to be logged (attached to the prefix). This can be an arbitrary value. Errors will be logged as-is, and other values are formatted as strings.

      • ...values: unknown[]

        Arbitrary amount of additional values to be logged (attached to message).

      Returns void