@logdna/logger
Advanced tools
Changelog
[1.3.2] - September 14, 2020
eslint
as an unnecessary peerDependency
. It can be in devDependencies
only.Changelog
[1.3.1] - September 9, 2020
Changelog
[1.3.0] - September 9, 2020
Changelog
[1.2.0] - September 2, 2020
207
(partial success) response. Lines which errored will emit an error
event.Changelog
[1.1.0] - August 31, 2020
agentLog
) intended for LogDNA usage only. This will handle logging from our agent.agentLog
. This should not be used for public consumers
and is only for the agentLog
method.Changelog
[1.0.1] - August 26, 2020
Changelog
[1.0.0] - August 25, 2020
debug
since it's not compatible everywhere. See
issue #89class Logger
forces the use of the new
keywordLogger
class is no longer exported. Helper functions should be
used to instantiate it.cleanUpAll
and flushAll
functions were removed along with
callbacks in general. The class is now an EventEmitter
instead.configs.js
was renamed to the more appropriate constants.js
log()
Options as a string must now be a log level. TypeError if not.indexMeta
sizeof
since it was buggy. Logic replaced with .length
of the linesmeta
to the constructor so that it can easily be set without
needing to call addMetaProperty
after instantiation.delete
usage.ip
can now be an IPv6 address