Table of Contents

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

string

Level

Log level DDM_LOG_LEVEL

public DDM_LOG_LEVEL Level { get; }

Property Value

DDM_LOG_LEVEL

LogString

Log string reported

public string LogString { get; }

Property Value

string

Source

Source of log

public string Source { get; }

Property Value

string