Skip to content

Releases: JuliaLogging/LoggingExtras.jl

v1.0.3

04 Oct 14:41
d35e7c8
Compare
Choose a tag to compare

LoggingExtras v1.0.3

Diff since v1.0.2

Merged pull requests:

Closed issues:

  • TeeLogger does not work with JULIA_DEBUG? (#20)

v1.0.2

31 Aug 04:54
13d85fa
Compare
Choose a tag to compare

LoggingExtras v1.0.2

Diff since v1.0.1

Merged pull requests:

v1.0.1

22 Aug 09:29
d3b3a02
Compare
Choose a tag to compare

LoggingExtras v1.0.1

Diff since v1.0.0

Closed issues:

  • Add an example mixing FileLogger and FormatLogger ? (#48)

Merged pull requests:

v1.0.0

13 Nov 01:14
1bf42b8
Compare
Choose a tag to compare

LoggingExtras v1.0.0

Diff since v0.5.0

Features: (technically breaking)

  • Delete deprecated methods (#70)
  • Switch verbosity macros to use group argument (#73)

Features: (nonbreaking)

Bugfixes

  • Don't recheck the level in OverrideLogger's shouldlog (#66) (@oxinabox)

All Issues/PRs

Closed issues:

  • Logging local scope variables in custom logger? (#72)

Merged pull requests:

v0.4.9

28 May 15:09
60dee60
Compare
Choose a tag to compare

LoggingExtras v0.4.9

Diff since v0.4.8

Merged pull requests:

v0.5.0

27 May 21:23
782c1ef
Compare
Choose a tag to compare

LoggingExtras v0.5.0

Diff since v0.4.8

Merged pull requests:

  • Alternative approach to debug logging utilities. (#64) (@quinnj)
  • Bump version (0.5) (#65) (@quinnj)

v0.4.8

13 May 08:24
396afbb
Compare
Choose a tag to compare

LoggingExtras v0.4.8

Diff since v0.4.7

Closed issues:

  • Implement some log format functions in this package? (#50)

Merged pull requests:

v0.4.7

14 Jun 20:20
3dfec54
Compare
Choose a tag to compare

LoggingExtras v0.4.7

Diff since v0.4.6

Closed issues:

  • LoggingTestSet (#45)
  • Force show methods for FileLogger (#46)
  • Loggers do not have the stream property which seems to be expected from other Julia packages. (#47)

Merged pull requests:

v0.4.6

20 Mar 17:32
7e616f7
Compare
Choose a tag to compare

LoggingExtras v0.4.6

Diff since v0.4.5

Closed issues:

  • [Request] Reexport Logging? (#43)

Merged pull requests:

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)