Improved method of wrapping.

#FA-8, #FA-10
This commit is contained in:
admin
2023-01-14 14:06:51 -08:00
parent be5c79f086
commit 8fc009ca77
5 changed files with 98 additions and 37 deletions

View File

@ -25,11 +25,11 @@ LogUtils.prototype = {
}
},
write: function(message, options){
write: function(message, options = {}){
var {
type = "info",
timestamp = new Date(),
funcName = "Unknown",
funcName = "",
currentRecord = current
} = options;