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
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.
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:
related issues: #8
The text was updated successfully, but these errors were encountered: