2.1.1 • Published 4 years ago

@norvento/logger v2.1.1

Weekly downloads
13
License
ISC
Repository
bitbucket
Last release
4 years ago

Norvento logger

Doc

Table of Contents

Logger

Logger

Parameters
  • identifier string Logger identifier
log

Prints the message to the console

Parameters
  • level ("DEBUG" | "INFO" | "WARN" | "ERROR" | "CRITICAL") log level
  • message string log message
info

Prints an info message to the console

Parameters
error

Prints an error message to the console

Parameters
warn

Prints an warn message to the console

Parameters
critical

Prints a critical message to the console

Parameters
debug

Prints an debug message to the console

Parameters