phoenix_title wx.LogInterposerTemp

A special version of wx.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 wx.LogInterposer, it doesn’t delete the old target which means it can be used to temporarily redirect log output.

As per wx.LogInterposer, this class must be derived from to implement Log.DoLog and/or Log.DoLogString methods.


class_hierarchy Class Hierarchy

Inheritance diagram for class LogInterposerTemp:

method_summary Methods Summary

__init__

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


api Class API

class wx.LogInterposerTemp(LogChain)

Possible constructors:

LogInterposerTemp()

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


Methods

__init__(self)

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