CSharpRTMP.Common.Logger.Log C# (CSharp) Method

Log() public static method

public static Log ( string log ) : void
log string
return void
		public static void Log(string log) => Console.WriteLine(log);