************** wx.LogTextCtrl ************** Inheritance diagram for `wx.LogTextCtrl`: | .. inheritance-diagram:: wx.LogTextCtrl | Description =========== Using these target all the log messages can be redirected to a text control. The text control must have been created with ``wx.TE_MULTILINE`` style by the caller previously. .. seealso:: `wx.TextCtrl `_ Derived From ^^^^^^^^^^^^^ * `wx.Log `_ Methods Summary ^^^^^^^^^^^^^^^ * `__init__ <#__init__>`_ Class API ========= Methods ^^^^^^^ .. method:: __init__(pTextCtrl) Constructs a log target which sends all the log messages to the given text control. The `pTextCtrl` parameter cannot be ``None``. **Parameters:** * `pTextCtrl` (`wx.TextCtrl `_) | **Returns:** `wx.LogTextCtrl `_