Centralized Logging
We would like the ability to take the log events generated from Windward and deposit them to a centralized logging repository, one that takes all events logged for the entire enterprise. We use SEQ for this, mostly utilizing the Serilog's framework to perform the logging. However, NLog, the current logging framework used by Windward, does support logging to SEQ, and thus what is really needed is the ability to log those events to different repositories, depending on the needs of the consumer.
Alternatively, if we had the ability to provide an extended class or implemented interface to the .NET engine that would be called on ever logged event, we could then take that event, and call our own logging framework to log the event to that centralized logging repository.

-
Adam Jackson commented
Hi Daniel,
Thanks for sharing your idea with us. I spoke with a developer and he believes that the logging tool we use in the .NET engine, log4net, should be configurable to your logging system in the .config file. Can you take a look at this on your end, and if you have any issues email us at support@windward.net? Please link this ticket in the message you send us so the agent knows where to assign the ticket. Thanks!