• NOTE: You should prefer other, more specific logging functions when available. Only use this method if nothing else applies

    Log a message with options.

    Parameters

    • message: string

      The message to log.

    • options: LogOptions

      Options to include with the log message.

    Returns Promise<void>