Table Of Contents

Previous topic

LogGui

Next topic

LogInterposerTemp

This Page

phoenix_title LogInterposer

A special version of LogChain which uses itself as the new log target.

It forwards log messages to the previously installed one in addition to processing them itself.

Unlike LogChain which is usually used directly as is, this class must be derived from to implement Log.DoLog and/or Log.DoLogString methods.

LogInterposer destroys the previous log target in its destructor. If you don’t want this to happen, use LogInterposerTemp instead.


class_hierarchy Inheritance Diagram

Inheritance diagram for class LogInterposer

Inheritance diagram of LogInterposer


sub_classes Known Subclasses

LogWindow


method_summary Methods Summary

__init__ The default constructor installs this object as the current active log target.

api Class API



class LogInterposer(LogChain)

A special version of LogChain which uses itself as the new log target.

Possible constructors:

LogInterposer()

Methods



__init__(self)

The default constructor installs this object as the current active log target.