loghandler-console
v1.1.1
Published
A console reporter for LogHandler
Downloads
8
Readme
Console Reporter for LogHandler
What is Loghandler
Loghandler is a fully tested, strongly typed (typescript) and modular log handler that gives you easy the possibility to send your applications log messages in a async way to every system you prefer. LogHandler can be used in every NodeJS project, no matter of typescript is on top of it.
What is a Reporter
A reporter is a function that tells LogHandler how a log message should be handled. Loghandler is build with modularity in mind. This means that LogHandler doesn't come with any way to report log messages. For this you need to install separate reporters like this one.
What is this Console Reporter
This repo is build to make it possible to show log messages in console.