-
Notifications
You must be signed in to change notification settings - Fork 112
Description
I have been studying the library for 2 weeks resulting in considerable disappointment both in the readability of documents and inconvenience of the lib. Here are some inquiry and suggestion.
expr::format_date_time<boost::posix_time::ptime>("TimeStamp", "%Y-%m-%d %H:%M:%S")could not be used with lambda style formatter which is not illustrated. I suggest the document should give a clear example to show how to formatting TimeStamp in lambda style formatter and place the most notably marked notification.
2.The relationship of the headers are complex. In the tutorial, I strongly recommend to indicate which part each header is responsible for.
3.A very important requirement in log system is not given an example in the tutorial. How can I assign different loggers to different sinks or streams added to the sink backend? For example:
I have 3 modules(A B C) in my system. My requirement is all information of A are printed in the console, all info of B logged in B.log and all info of C logged in C.log.
I wish the document could be designed more friendly and with more consideration in practical user scenario. Thanks for any response.