Hi,
While trying the  logging module, I've found this:

        IronPython 2.7.1 (2.7.0.40) on .NET 4.0.30319.239
        Type "help", "copyright", "credits" or "license" for more information.
        >>>
        >>> import logging
        >>> import logging.handlers
        >>> 
logging.getLogger().addHandler(logging.handlers.NTEventLogHandler("MyApp"))
        The Python Win32 extensions for NT (service, event logging) appear not 
to be available.
        >>>

This handler uses Hammond's win32 dlls. Are there any .NET equivalent class?
An IP implementation might take less than a dozen of lines, I'd guess. What's 
the best
practice when overriding Python std lib?

Regards,
-H.



_______________________________________________
Ironpython-users mailing list
Ironpython-users@python.org
http://mail.python.org/mailman/listinfo/ironpython-users

Reply via email to