logging-utils
Advanced tools
Changelog
4.0.23
.npmignore
release_notes.md
to CHANGES.md
Changelog
4.0.22
core-functions
dependency to version 3.0.22Changelog
4.0.21
core-functions
dependency to version 3.0.21Changelog
4.0.20
core-functions
dependency to version 3.0.20Changelog
4.0.19
exports._ = '_'; //IDE workaround
) of most modules to (exports._$_ = '_$_';
) to avoid
potential future collisions with lodash
& underscore
core-functions
dependency to version 3.0.19Changelog
4.0.18
core-functions
dependency to version 3.0.18Changelog
4.0.17
core-functions
dependency to version 3.0.17Changelog
4.0.16
log
function to invoke log.apply
using this
(if defined) or the target to which it was
added (if not) as thisArg
to avoid errors when the extended log
function is invoked as a "detached" functionlog
method & function to attempt to extract a log level prefix from the first argument & when successful to
then use the rest of the first argument as the first argumentlog
function to avoid errors when invoked without any argumentscore-functions
dependency to version 3.0.16