Exago .NET API Documentation
Logger Class
Members  Example 
WebReports.Api.Common Namespace : Logger Class

The Logger object is a singleton class that can write to the API's log file.

Just as an author writes a book, a logger writes a log.

Syntax
public class Logger 
Example
Write a simple Info level message to the log file.
WebReports.Api.Common.Logger log = WebReports.Api.Common.Log.GetLogger();
log.Info("Hello, world!");
Inheritance Hierarchy

System.Object
   WebReports.Api.Common.Logger

See Also

Reference

Logger Members
WebReports.Api.Common Namespace

Exago Knowledge Base

Accessing the Log File