public class Logger
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.
public class Logger
WebReports.Api.Common.Logger log = WebReports.Api.Common.Log.GetLogger();
log.Info("Hello, world!");
System.Object
WebReports.Api.Common.Logger