@ufo-studios/ufo-logger
v1.0.1
Published
## Usage
Downloads
3
Readme
UFO Studios JS logger
Usage
consoleMessage()
The normal log function. For debug/status messages
Param message
The message to be logged
Param func
The name of the function that called this
Param toLogFile
Weather to log it to a file or not
errorMessage()
The error function. For any type of error
Param message
The message to be logged
Param func
The name of the function that called this
Param toLogFile
Weather to log it to a file or not