Changelog 
Version 0.6.0 * - 2025-08-27
- Initial release of the online Guide: “The FLogging Guide”. (
ebe97fc
)
Changed
- Breaking: Minor change to the
Iso8601Formatter::fmt_string
. (16a7e87
) - Breaking: Minor change to the
SimpleFormatter::fmt_string
andUnixTimestampFormatter::fmt_string
. (5a435f7
) - Change:
ConsoleHandler
containsconsole_type: ConsoleType
instead ofstderr: bool
.
(aeceb23
) - Change: Name:
impl ConsoleHandler::create()
to:impl ConsoleHandler::_create()
. (4a24410
) - Change: Name:
impl FileHandler::create()
to:impl FileHandler::_create()
. (e08498e
) - Change: Update and improve tests. (
b51d4ba
) - Change: Many updates to the Guide.
(0d4e738
) (b16e260
) (bda2ef3
) (3a0bd0b
) (b997cbb
) (bd3c370
) (af573a3
) - Change: Update Guide, remove
api
andcoverage
directories from source control. (f8acd75
) - Change: Various improvements to the documentation. (
19c327a
)
Added
- Breaking Add: New method to
HandlerTrait
-set_test_mode()
. (0fc162b
) - Add: New instructional Guide. (
73d048a
) - Add: New
LoggerBuilder
method:remove_file()
. (f9d5b95
) - Add: New
LoggerBuilder
method:set_fn_name()
. (0a76ce2
) - Add:
enum ConsoleType
. (b0f404b
) - Add: New
LoggerBuilder
methods:add_pconsole_handler()
andadd_pconsole_handler_with()
. (85bbe5a
) - Add: New method to
Logger
-pconsole_logger()
. (29bef45
) - Add: New
Logger
associative function:remove_file()
. (9f848fd
)
Removed
- Breaking: Remove
impl Handler{...}
-new()
andcreate(name)
. (3623196
) - Breaking: Removed
Logger::reset_level()
. No longer applicable. UseLogger::set_level()
. (153c324
) - Remove:
main.rs
from project. (6a2a3cc
)
Fixed
- Fix: Many tests due to new and modified API and internal code. (
0c6aa2f
)
Version 0.5.0 * - 2025-08-03
Details (click to see)
Changed
- Breaking: Modified
FormatType::Custom(String)
toFormatType::Custom
. (88183d3
) - Document: Convert inline links to reference links. (
e5a7bf0
) - Change:
ConsoleHandler
to containstderr: bool
instead ofmod_path: String
. Will now output tostd::io::stderr
if true. (41f5e9e
) - Change:
StringHandler
removedname: String
and renamed private methodStringHandler::create()
toStringHandler::new()
. (41f5e9e
)
Added
Version 0.4.1 * - 2025-07-29
Details (click to see)
Changed
- Document comments improved or expanded. (
d35d3e5
)
Added
- Minimum Rust version now set to: “1.85.1”. (
3c6e99a
) - Test coverage improved. Now 100%. (
d35d3e5
) - Coverage Report
Fixed
Version 0.4.0 * - 2025-07-27
Initial release.