Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • Logger

Index

Methods

Static error

  • error(fmt: any, arg121: any): int

Static fatal

  • fatal(fmt: any, arg122: any): int

Static info

  • info(fmt: any, arg123: any): int

Static log

  • log(level: int, fmt: any, arg124: any): int

Static setDestination

  • setDestination(name: any): void
  • Sets the logging destination

    Parameters

    • name: any

      Filename or NULL for console

    Returns void

Static setLevel

  • setLevel(level: int): void
  • Sets the logging level. All messages with lower priority will be ignored.

    Parameters

    • level: int

      Logging level

    Returns void

Static warn

  • warn(fmt: any, arg125: any): int

Generated using TypeDoc