@norvento/logger

Norvento logger

Usage no npm install needed!

<script type="module">
  import norventoLogger from 'https://cdn.skypack.dev/@norvento/logger';
</script>

README

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