Skip to content

Releases: JuliaLogging/LoggingExtras.jl

v0.4.5

08 Feb 20:23
42b639b
Compare
Choose a tag to compare

LoggingExtras v0.4.5

Diff since v0.4.4

Closed issues:

  • MinLevelLogger stuck in StackOverflow error in VS Code REPL (#41)

Merged pull requests:

  • Implement a callback function for DatetimeRotatingFileLogger. (#42) (@fredrikekre)

v0.4.4

16 Jan 23:28
21cd994
Compare
Choose a tag to compare

LoggingExtras v0.4.4

Diff since v0.4.3

Merged pull requests:

v0.4.3

16 Jan 04:28
f3fb215
Compare
Choose a tag to compare

LoggingExtras v0.4.3

Diff since v0.4.2

Closed issues:

  • Change name from TeeLogger? (#1)
  • Rotating logs (#31)
  • Cannot write log messages from remote processes to log files. (#33)

Merged pull requests:

v0.4.2

14 Jul 17:03
d680894
Compare
Choose a tag to compare

LoggingExtras v0.4.2

Diff since v0.4.1

Merged pull requests:

v0.4.1

28 May 10:04
6526084
Compare
Choose a tag to compare

LoggingExtras v0.4.1

Diff since v0.4.0

Merged pull requests:

v0.4.0

24 Oct 09:02
v0.4.0
19d4071
Compare
Choose a tag to compare

v0.4.0 (2019-10-24)

Diff since v0.3.0

Closed issues:

  • Filter out the source of the message in FileLogger (#17)
  • How to automatically add the timestamp to anything that's logged? (#15)
  • World age problems (#14)

Merged pull requests:

  • Deprecate DemuxLogger for TeeLogger, that does not support include\_current\_global kwarg (#22) (oxinabox)
  • add syntax highlighting (#21) (oxinabox)
  • Example of prepending timestamp to logged messages (#16) (essenciary)

v0.3.0

21 Apr 21:46
08513c5
Compare
Choose a tag to compare
  • replace Filtered logger with ActiveFilteredLogger (which is much easier to use as your filter receives a NamedTuple of the log message fields)
  • add EarlyFilteredLogger, MinLevelLogger and TransformerLogger
  • FileLogger no longer takes a min_enabled_level argument. (Instead wrap it in a MinLevelLogger)

v0.1.0

20 Sep 04:30
0d5ebce
Compare
Choose a tag to compare
Create REQUIRE