zen-logger-assignment
v1.2.1
Published
Simple logger utility
Readme
@zen-logger-assignment Simple logger
Installation npm install zen-logger-assignment
Module provides a logger class
API log(message:string)
message: The text you want to log. Prints the message to the console.
warn(message:string)
message: The text you want to log as a warning. Prints the message to the console.
customError(message:string)
message: The text you want to log as an error. Prints the message to the console.
