loggingpantheios

Logging to windows event using Pantheios logging library


How can i send log messages to windows event log using Pantheios?

and

If i do it from multiple process using Pantheious , will it be process safe? Will i get craches?


Solution

    1. Use be.WindowsEventLog.

    2. No, I don't believe so, any more than you would using Event Log from multiple processes.