ezprelogger
v1.0.1
Published
This is a wrapper for ezcustomlogger
Downloads
2
Maintainers
Readme
exprelogger
This is a basic wrapper for ezcustomlogger.
How to implement
To easily implement it do:
const ezprewrapper = require('ezprewrapper')
and it will generate the name and all the other stuff.
There is a few commands also such as:
resetLogs() // This resets the logs, unlike endLogs(), this continues the logging
endLogs() // This resets the logs and ends the logging
startLogs() // This is automatically executed as soon as the warpper is executed
pauseLogs() // This pauses the logging, it preserves the logs unlike endLogs()
resumeLogs() // This resumes the logging, it preserves the logs unlike startLogs()
Information
Licence:
GPL 3.0
How versions work:
Update 1.0.321 explained simply:
Edition = 1
Release = 0
Version = 3
UpdateOfVersion = 2
Patch = 1
This is basically (as a string):
version = `${Edition}.${Release}.${Version}${UpdateOfVersion}${Patch}`
It looks confusing but it is just best to stick with the newest one.