Skip to content

Releases: JuliaLogging/LoggingExtras.jl

v1.2.0

03 Oct 13:37
20229ff

Choose a tag to compare

LoggingExtras v1.2.0

Diff since v1.1.0

Merged pull requests:

Closed issues:

  • Logging to memory for unit testing and convenient analysis (#97)
  • LoggingExtras.jl + GPUCompiler.jl's custom @safe_debug (#101)

v1.1.0

23 Oct 22:43
414e0c8

Choose a tag to compare

LoggingExtras v1.1.0

Diff since v1.0.3

Merged pull requests:

  • Add video to readme (#90) (@oxinabox)
  • Deprecate verbosity macros (not compatible w/ juliac-compiled programs) (#94) (@quinnj)

Closed issues:

  • export withlevel (#81)
  • Should FileLogger close the io stream somehow? (#86)
  • using a LogLevel below -1000 (#91)
  • Hard coded min level for TransformerLogger (#93)

v1.0.3

04 Oct 14:41
d35e7c8

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

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

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

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

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

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

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

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: