simplelog.rs icon indicating copy to clipboard operation
simplelog.rs copied to clipboard

Make fields in config public

Open jasger9000 opened this issue 1 year ago • 0 comments

This PR exposes the fields in the Config struct through getter methods to make them available for users of the library while keeping the values read-only.

This enables users to create their own loggers and still be able to benefit from using one central config for their logging facility.

Closes #155

jasger9000 avatar Apr 12 '25 19:04 jasger9000