Skip to content

Releases: aliaslab-1984/BattleAxe

Adds device info in logs data.

05 Apr 10:37
Compare
Choose a tag to compare

Fixed internal errors that prevented to read the logs file.

01 Apr 13:36
Compare
Choose a tag to compare

Fixed file writer bugs

31 Mar 16:00
Compare
Choose a tag to compare

This release fixes a bug that prevented the file writer to write logs with the Standard configuration.

Less verbose file path

22 Oct 07:19
Compare
Choose a tag to compare

When the fileName LogIngredient is used, the formatted log will feature only the filename and not the full file path.

.debugOnly level

24 Sep 13:40
Compare
Choose a tag to compare

New severity level: debugOnly (+ some convenience methods and refactoring)

More fixes

15 Jun 10:22
Compare
Choose a tag to compare
0.3.2

Fixed wrong initializer

Small fixes to tests

15 Jun 10:17
2400cde
Compare
Choose a tag to compare
Merge pull request #3 from aliaslab-1984/develop

Fixed swiftlint errors for force_try

BattleAxe Channels

19 May 09:01
f0b7251
Compare
Choose a tag to compare

This release introduces channels: a way to make log filtering easier than ever!
With channels you'll be able to register each log provider, or all providers, to one or more channels.
This release also fixes some issues with log formatting and makes easier to choose which components will be shown in your logs (such as timestamp, channel, filename, line..).

More complex LogMessage

06 May 07:34
0ce5a69
Compare
Choose a tag to compare

This release focuses on adding more information to LogMessage, which now provides the calling thread and some more infos about the Process.
Other than that it also features some internal optimisations, that makes the API even easier and more flexible to use.

Initial beta release

03 Feb 15:48
Compare
Choose a tag to compare
v0.1

More tests