Class LoggingEventArgs
- Namespace
- MASES.DataDistributionManager.Bindings
- Assembly
- DataDistributionManagerNet.dll
Event args for LoggingEvent event
public class LoggingEventArgs : EventArgs
- Inheritance
-
LoggingEventArgs
- Inherited Members
Properties
Function
Function source of log
public string Function { get; }
Property Value
Level
Log level DDM_LOG_LEVEL
public DDM_LOG_LEVEL Level { get; }
Property Value
LogString
Log string reported
public string LogString { get; }
Property Value
Source
Source of log
public string Source { get; }