AgaHackTools.Main.Default.Log.GetLogger C# (CSharp) Method

GetLogger() public static method

public static GetLogger ( string sender ) : ILog
sender string
return ILog
        public static ILog GetLogger(string sender)
        {
            return new Log(sender);
        }
    }