simplelog.rs
simplelog.rs copied to clipboard
Make fields in config public
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