DicomObjects.NET.V8
DicomObjects Namespace / DicomGlobal Class / EventLogLevel Property



    EventLogLevel Property
    Controls the logging of diagnostic message to the LogEvent event.
    Syntax
    'Declaration
     
    Public Shared Property EventLogLevel As LogLevel
     
    'Usage
     
    Dim value As LogLevel
     
    DicomGlobal.EventLogLevel = value
     
    value = DicomGlobal.EventLogLevel
    Remarks
    Bit field indicating which levels of activity should be logged. See DicomGlobal.LogToFile for more details.
    Requirements

    Target Platforms: .NET CLR 4.0 or higher

    See Also