1.0.1 • Published 2 years ago
@ufo-studios/ufo-logger v1.0.1
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