Parameters
- logName
- The name of one of the loggers from the log4net configuration file. If no logName is provided, this value defaults to "Exago Logger" which represents the Web Application's (or API's) log file.
Return Value
A Logger object
WebReports.Api.Common.Logger log = WebReports.Api.Common.Log.GetLogger();
log.Info("Hello, world!");