hsweif / cpp-logger

An implementation of logger, status bar, etc. in C++. To let me easier print out information in C++.
Apache License 2.0
1 stars 0 forks source link

Call for clarifications regarding the purpose of this repo #14

Open moshiba opened 4 years ago

moshiba commented 4 years ago

Now that the development of progress-bar has been factored out to another repo, to focus on the true and only purpose of this project we need clarifications about goals and objectives, such as the statements in Python3 Logging module:

Basic classes and their functions

  • Loggers expose the interface that application code directly uses.
  • Handlers send the log records (created by loggers) to the appropriate destination.
  • Filters provide a finer grained facility for determining which log records to output.
  • Formatters specify the layout of log records in the final output.

related issues: #8