You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for creating this crate. I know it is a tough job to create and maintain open-source software.
I wish that I understood this crate better so that I could help you with the documentation.
Some of the documentation needs some more details. For instance, I have been trying to find out how to set defaults in the code before loading from a file. It looks like the deserializer in init_file(path, deserializers) should be the place to put the code, but I cannot find out how to do it.
Just as an example, take a look at this documentation https://docs.rs/log4rs/latest/log4rs/append/struct.AppenderConfig.html - what does "Configuration for an appender" mean? How am I supposed to use it? What are the options for the appender kind? What is filter and config? Just a few more sentences that describe the intent would help a lot.
Please let me know if there is any way that I can help. I don't want to be criticizing the crate, it does a lot of good. Thank you for creating it.
The text was updated successfully, but these errors were encountered:
Hi
Thanks for creating this crate. I know it is a tough job to create and maintain open-source software.
I wish that I understood this crate better so that I could help you with the documentation.
Some of the documentation needs some more details. For instance, I have been trying to find out how to set defaults in the code before loading from a file. It looks like the deserializer in init_file(path, deserializers) should be the place to put the code, but I cannot find out how to do it.
Just as an example, take a look at this documentation https://docs.rs/log4rs/latest/log4rs/append/struct.AppenderConfig.html - what does "Configuration for an appender" mean? How am I supposed to use it? What are the options for the appender kind? What is filter and config? Just a few more sentences that describe the intent would help a lot.
Please let me know if there is any way that I can help. I don't want to be criticizing the crate, it does a lot of good. Thank you for creating it.
The text was updated successfully, but these errors were encountered: