Drakulix / simplelog.rs

Simple Logging Facility for Rust
https://docs.rs/simplelog/
Apache License 2.0
433 stars 73 forks source link

Make `loggers::logging::try_log` public #143

Open Stefanuk12 opened 10 months ago

Stefanuk12 commented 10 months ago

Currently, I want to create my own logger, but I want to keep the customisability that simplelog provides. However, to do this, I need access to loggers::logging::try_log.

This is a duplicate of #104 but I was able to add some documentation.