Copyright (C) 2016, Eleven41 Software Inc.
Eleven41.Logging.Loggly is an implementation of Eleven41.Logging.ILog for sending logs to Loggly.com
Install-Package Eleven41.Logging.Loggly
- Visual Studio 2013
Under the hood, this library uses loggly-csharp. Please see
that project for configuring App.config
with your Loggly access key.
ILog log = new LogglyLog();
log.Log(LogLevels.Diagnostic, "This is my diagnostic message ");