[wxPython] SetTimestamp for wxLog

All the methods of wxLog are static in C++ so they are accessed as
wxLog_SetTimestamp in Python but I see there is a problem with
how this one
is wrapped... It would probably be better to just use your
own wxLog class
as shown in the demo instead.

Hi Robin,

Would you let me which part of demo have used own class of wxLog? It seems
that it also used the wxPython class only [wxLogMessage] - version - 2.3.1

Thx,
Maharajan

>It would probably be better to just use your
>own wxLog class
>as shown in the demo instead.

Hi Robin,

Would you let me which part of demo have used own class of wxLog? It seems
that it also used the wxPython class only [wxLogMessage] - version - 2.3.1

It's in 2.3.2. Look in demo/Main.py at MyLog.

ยทยทยท

--
Robin Dunn
Software Craftsman
robin@AllDunn.com Java give you jitters?
http://wxPython.org Relax with wxPython!