NGX-FANCY-LOGGER

Console Logger for Angular(v6 and above)

Make debugging easier with more readable and configurable fancy logs

npmnpmGitHub starsnpm bundle sizeNPM
DOCUMENTATION

Key Features

  • Log Levels Labels INFODEBUGWARNINGERROR
  • Show/Hide Log Time
  • Show/Hide Labels
  • Show/Hide Emoji👩🏻‍💻 for each log level
  • Log Level colors and emojis are configurable
  • Show Header on console (color and fontSize configurable)
  • Debug RxJS Observable Stream using debugOperator() operator function
  • Can configure each setting.
  • Environment Specific Log Level Restriction. eg. if you set logLevel to LogLevel.WARNING, it will only show logs for WARNING and ERROR
  • Can Disable all Logs

Sample Log Screenshot

Installation