BoxInformation.Logging.DebugLogger.Log C# (CSharp) Method

Log() public method

public Log ( string message ) : void
message string
return void
        public void Log(string message)
        {
            Debug.WriteLine(message);
        }
DebugLogger