Options
All
  • Public
  • Public/Protected
  • All
Menu

External module "src/LogUtil"

Index

Functions

Functions

_prepend

  • _prepend(line: any, level: string): void
  • Prepends a string identifier indicating the log level to the given log message, & writes or logs the given message using the logger set in the AWS SDK.

    Parameters

    • line: any

      The message to be logged.

    • level: string

      The log level.

    Returns void

isLoggerSet

  • isLoggerSet(): boolean
  • Returns boolean

    A boolean indicating whether a logger has been set within the AWS SDK.

Generated using TypeDoc