Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ILogger

This logger provides a way to log various levels to the entire system. When used, the items passed in will be logged to the database. This will allow people to easily see what happened (users) or debug what went wrong.

Hierarchy

  • ILogger

Index

Properties

method

method: AppMethod

Methods

debug

  • debug(...items: Array<any>): void

error

  • error(...items: Array<any>): void

getEndTime

  • getEndTime(): Date

getEntries

getMethod

getStartTime

  • getStartTime(): Date

getTotalTime

  • getTotalTime(): number

info

  • info(...items: Array<any>): void

log

  • log(...items: Array<any>): void

success

  • success(...items: Array<any>): void

warn

  • warn(...items: Array<any>): void

Generated using TypeDoc