Python Tutorial | Logging Examples

Опубликовано: 31 Декабрь 2023
на канале: CodeQuestions
368
9

➖➖➖➖➖➖➖➖➖➖➖➖➖➖➖➖➖➖➖
#1 Show log info in console
#2 Set level for logging
#3 Save logging information into a file
#4 Format logging information
#5 Change date format of logging information
#6 Rename log object
#7 Rotate to new log file based on datetime
#8 Rotate to new log file based on file size
#9 Load configuration data from a file


#python #logging #learning