DicomObjects.NET.8.48 Documentation
DicomObjects Namespace / DicomGlobal Class / EventLogLevel Property

In This Topic
    EventLogLevel Property
    In This Topic
    Controls the logging of diagnostic message to the LogEvent event.
    Syntax
    'Declaration
     
    
    Public Shared Property EventLogLevel As LogLevel
    public static LogLevel EventLogLevel {get; set;}
    Remarks
    Bit field indicating which levels of activity should be logged. See DicomGlobal.LogToFile for more details.
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also