Releases: JuliaLogging/LoggingExtras.jl
Releases · JuliaLogging/LoggingExtras.jl
v1.1.0
v1.0.3
LoggingExtras v1.0.3
Merged pull requests:
- convert log level to LogLevel (#85) (@pepijndevos)
Closed issues:
- TeeLogger does not work with JULIA_DEBUG? (#20)
v1.0.2
LoggingExtras v1.0.2
Merged pull requests:
v1.0.1
LoggingExtras v1.0.1
Closed issues:
- Add an example mixing FileLogger and FormatLogger ? (#48)
Merged pull requests:
v1.0.0
LoggingExtras v1.0.0
Features: (technically breaking)
Features: (nonbreaking)
Bugfixes
All Issues/PRs
Closed issues:
- Logging local scope variables in custom logger? (#72)
Merged pull requests:
v0.4.9
v0.5.0
v0.4.8
LoggingExtras v0.4.8
Closed issues:
- Implement some log format functions in this package? (#50)
Merged pull requests:
- Fix some references and docstrings. (#55) (@fredrikekre)
- Correct README example (#57) (@mmiller-max)
- doc: add missing opening backtick. (#58) (@fredrikekre)
- Add
maxlog
example (#59) (@ericphanson) - added method for FormatLogger to write directly to file and some doc (#61) (@ExpandingMan)
v0.4.7
LoggingExtras v0.4.7
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:
- Fix example of DatetimeRotatingFileLogger in README. (#51) (@fredrikekre)
- Some README fixes (#53) (@fredrikekre)
- DatetimeRotatingFileLogger: allow for passing DateFormats as input. (#54) (@fredrikekre)