Class DebugHelper
Inheritance
System.Object
DebugHelper
Namespace: Aximo
Assembly: AxCommon.dll
Syntax
public static class DebugHelper
Methods
| Improve this Doc View SourceLogThreadInfo(String)
Declaration
public static void LogThreadInfo(string message)
Parameters
Type | Name | Description |
---|---|---|
System.String | message |
LogThreadInfo(Thread, String)
Declaration
public static void LogThreadInfo(Thread th, string message)
Parameters
Type | Name | Description |
---|---|---|
System.Threading.Thread | th | |
System.String | message |