System.Diagnostics.Log.Status C# (CSharp) Method

Status() public static method

public static Status ( LogSwitch logswitch, String message ) : void
logswitch LogSwitch
message String
return void
    	public static void Status(LogSwitch logswitch, String message)
    	{
    		LogMessage (LoggingLevels.StatusLevel0, logswitch, message);
    	}
    

Same methods

Log::Status ( String message ) : void
Log::Status ( String switchname, String message ) : void