(Translated by https://www.hiragana.jp/)
Releases · theogravity/loglayer · GitHub
Skip to content

Releases: theogravity/loglayer

v4.8.0

26 Sep 00:57
905a5ef
Compare
Choose a tag to compare

Minor Changes

v4.7.0

08 Sep 01:29
bcfffa8
Compare
Choose a tag to compare

Minor Changes

  • 14f4ce1 Thanks @theogravity! - Change messages property of ShouldSendToLoggerParams and PluginBeforeMessageOutParams to any from MessageDataType.
    This allows for more flexibility in the messages property of these params since external libraries may feed in different types of data.

v4.6.1

08 Sep 01:18
38d7135
Compare
Choose a tag to compare

Patch Changes

v4.6.0

08 Sep 01:14
cbf62cd
Compare
Choose a tag to compare

Minor Changes

v4.5.0

07 Sep 20:56
26ae15b
Compare
Choose a tag to compare

Minor Changes

  • #38 afdfbdd Thanks @theogravity! - - Add withError / withMetadata / enableLogging / disableLogging to ILogBuilder.
    • ILogBuilder now has <ErrorType = ErrorDataType>.

v4.4.1

06 Sep 22:42
02e4a05
Compare
Choose a tag to compare

Patch Changes

v4.4.0

28 May 07:25
8fa956a
Compare
Choose a tag to compare

Minor Changes

  • #33 1d67e1f Thanks @theogravity! - Fix ILogLayer return types

    ILogLayer#withPrefix() and ILogLayer#withChild() were of the incorrect return type.

    Changed to ILogLayer<ExternalLogger, ErrorType>.

v4.3.3

20 May 18:38
bf50089
Compare
Choose a tag to compare

Patch Changes

  • a824b32 Thanks @theogravity! - Update README copy

    Updates the README intro to sound less... odd.

v4.3.2

09 May 19:44
48c90d8
Compare
Choose a tag to compare

Patch Changes

v4.3.1

09 May 18:29
4f61221
Compare
Choose a tag to compare

Patch Changes

  • #29 0d5a9c7 Thanks @theogravity! - Fixes child logger not inheriting plugins.

    Before plugins, hooks were copied to the child logger, so this fix makes the behavior consistent with prior behavior.

    The README for child loggers has been updated
    to include that plugins are now inherited.