Options
All
  • Public
  • Public/Protected
  • All
Menu

Module "util/log"

Index

Functions

Functions

logError

  • logError(message: string, exception: Error): void
  • Logs an error to the console.

    Parameters

    • message: string

      Additional information about the exception.

    • exception: Error

      Exception.

    Returns void

logWarning

  • logWarning(message: string): void
  • Logs a warning to the console.

    Parameters

    • message: string

      Warning message.

    Returns void

Generated using TypeDoc