TGTGInsighttelegram intelligenceLIVE / telegram public index
← Mathshub: интенсив по математике и Python (aug '22)

TGINSIGHT SIMILAR POSTS

Најди сличен содржај

Изворен канал @pythonmathaug22 · Post #22 · 7 сеп.

Дорогие студенты Mathshub! Спасибо за поддержку идеи помогать друг другу❤️ Мы получили уже более 20 заявок от более продвинутых студентов, желающих помочь начинающим с нуля✨ В ближайшее время мы присвоим вам в Discord роль «helpers», которая будет отображаться в вашем профиле. А теперь хотим понять, кому нужна помощь и поддержка хелпера — если вам нужна помощь более продвинутого студента, то, пожалуйста: 1. Зайдите в Discord на наш канал #python-и-математика-интенсив 2. Найдите последний закрепленный пост про набор в мини-группы 3. Оставьте под этим постом реакцию "палец вверх👍🏻" 4. Ожидайте от нас распределения на группы) Идея объединяться в группы не обязательна для всех. Она актуальна только для желающих поддержку от более продвинутых студентов. Если вам не актуально, то можете не обращать внимание на это сообщение😌 Спасибо!

Hashtags

Резултати

Пронајдени 1 слични објави

Пребарај: #loggers

当前筛选 #loggers清除筛选
djangoproject

@djangoproject · Post #77 · 05.07.2016 г., 07:46

https://docs.python.org/2/library/logging.html This module defines functions and classes which implement a flexible event logging system for applications and libraries. The key benefit of having the #logging_API provided by a standard library module is that all Python modules can participate in logging, so your application log can include your own messages integrated with messages from third-party modules. The module provides a lot of functionality and flexibility. If you are unfamiliar with #logging, the best way to get to grips with it is to see the tutorials (see the links on the right). The basic classes defined by the module, together with their functions, are listed below. #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.