mirror of
https://github.com/wxWidgets/Phoenix.git
synced 2026-01-07 04:20:07 +01:00
Add wxLogFormatter
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxPython/Phoenix/trunk@70089 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -31,7 +31,7 @@ ITEMS = [
|
||||
'wxLogBuffer',
|
||||
'wxLogInterposer',
|
||||
'wxLogTextCtrl',
|
||||
|
||||
'wxLogFormatter',
|
||||
]
|
||||
|
||||
#---------------------------------------------------------------------------
|
||||
@@ -107,6 +107,12 @@ def run():
|
||||
c.addPrivateCopyCtor()
|
||||
c.addPrivateAssignOp()
|
||||
|
||||
|
||||
|
||||
c = module.find('wxLogFormatter')
|
||||
c.find('FormatTime').ignore(False)
|
||||
|
||||
|
||||
#-----------------------------------------------------------------
|
||||
tools.doCommonTweaks(module)
|
||||
tools.runGenerators(module)
|
||||
|
||||
Reference in New Issue
Block a user