Skip to content

Releases: dylan-lang/logging

v2.2.0 - Docs and bug fixes

17 May 15:10
10217a4
Compare
Choose a tag to compare

What's Changed

  • Handle relative pathnames in rolling log targets by @cgay in #17
  • Add GitHub workflow to build and test by @cgay in #18
  • Use actions/checkout by @cgay in #19
  • Fix docs, add package file by @cgay in #20

Full Changelog: v2.1.0...v2.2.0

v2.1.0 New severity formatters

02 Jul 21:55
46a8757
Compare
Choose a tag to compare
  • 015d605 Add %{severity} and %s formatters

%{severity} outputs the long form (INFO, WARNING, etc) and %s outputs a single letter (I, W, etc).

With this release the %L / %l formatter is deprecated. Going forward the term "severity" will be used.

v2.0.1 Bug fix release

01 Jul 03:27
8b29c3b
Compare
Choose a tag to compare
  • 841b402 Set default log level to INFO, not TRACE
  • 749993c Don't delegate to parent log if there is none

Simpler API with default log

26 Mar 04:29
2f88325
Compare
Choose a tag to compare

No longer necessary to pass a log to log-info, log-debug, et al. Default log is in *log* and may be set or dynamically bound.

Bug fix for elapsed-milliseconds

28 Feb 05:27
Compare
Choose a tag to compare

A crash when the %{millis} format control is used has been fixed.

Initial tagged release

17 Jan 16:05
990d5fd
Compare
Choose a tag to compare

Starting to tag releases so that the package manager can reference them.