mirror of
https://github.com/JoelBender/bacpypes
synced 2025-09-28 22:15:23 +08:00
22 lines
460 B
ReStructuredText
22 lines
460 B
ReStructuredText
.. BACpypes console logging module
|
|
|
|
.. module:: consolelogging
|
|
|
|
Console Logging
|
|
===============
|
|
|
|
This module provides a function that is typically used to attach a log handler
|
|
to a **_debug** logger that has been created by the methods in
|
|
:mod:`debugging`.
|
|
|
|
Functions
|
|
---------
|
|
|
|
.. function:: ConsoleLogHandler(loggerRef='', level=logging.DEBUG)
|
|
|
|
:param string loggerRef: function to call
|
|
:param level: logging level
|
|
|
|
This is a long line of text.
|
|
|