Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 207 Bytes

File metadata and controls

11 lines (9 loc) · 207 Bytes

API Documentation

Logger(options)

  • level: Log level (default: 'info')
  • useIcons: Show icons (default: true)

Methods

  • info(...args)
  • warn(...args)
  • error(...args)
  • debug(...args)