App_Code.Extensions.Logger.Logger C# (CSharp) Method

Logger() static private method

Initializes static members of the Logger class.
static private Logger ( ) : System
return System
        static Logger()
        {
            Utils.OnLog += OnLog;
        }