C# Class InterProcessMutex.Log

Show file Open project: blinemedical/Inter-process-mutex

Public Methods

Method Description
Debug ( object source, String format ) : void
Error ( object source, String format, Exception ex ) : void

Method Details

Debug() public static method

public static Debug ( object source, String format ) : void
source object
format String
return void

Error() public static method

public static Error ( object source, String format, Exception ex ) : void
source object
format String
ex System.Exception
return void