Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration Level

Supported levels of logging. Each one sets a color as border of the message in the log

Index

Enumeration members

Enumeration members

DEBUG

DEBUG: = 2

This gives a violet border to the message

ERROR

ERROR: = 4

This gives a red border to the message

INFO

INFO: = 0

This gives a blue border to the message

LOG

LOG: = 1

This gives a black border to the message

WARN

WARN: = 3

This gives a orange border to the message

Generated using TypeDoc