The type of the logging
| C# | Visual Basic | Visual C++ |
public enum LogType
Public Enumeration LogType
public enum class LogType
| Member | Description |
|---|---|
| EnterMethod |
Logging when the method starts
|
| ExitMethod |
Logging when the method ends
|
| HardwareInfo |
Hardware information logging
|
| Message |
Message logging
|