Search code examples
c#.netlog4netignite

Apache Ignite .Net - Log4Net Integration


I created a logger in my .Net program and my objective is to integrate the log of ignite in my own logger.
In java i can reach that by integrate the library ignite - log4j but in .Net does not seem the same procedure. Can anyone help me?


Solution

  • You can handle Ignite logs and integrate them with other systems by implementing Apache.Ignite.Core.Log.ILogger interface and setting IgniteConfiguration.Logger property.

    Ignite provides integration with Log4Net and NLog out of the box.

    See https://apacheignite-net.readme.io/docs/logging for more details.