AppActs.Client.WebSite.WebService.Tile.getLog C# (CSharp) Method

getLog() private static method

private static getLog ( ) : log4net.ILog
return log4net.ILog
        private static ILog getLog()
        {
            return getsServiceLocator().Resolve<ILog>();
        }