arelle.logging.handlers.LogToBufferHandler

See COPYRIGHT.md for copyright information.

Module Contents

Classes

LogToBufferHandler

.. class:: LogToBufferHandler()

API

class arelle.logging.handlers.LogToBufferHandler.LogToBufferHandler(cntlr: arelle.Cntlr.Cntlr)

Bases: arelle.logging.handlers.LogToXmlHandler.LogToXmlHandler

.. class:: LogToBufferHandler()

A log handler that writes log entries to a memory buffer for later retrieval (to a string) in XML, JSON, or text lines, usually for return to a web service or web page call.

Initialization

flush() None