DicomObjects.NET Core 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
    'Usage
     
    
    Dim value As LogLevel
     
    DicomGlobal.EventLogLevel = value
     
    value = DicomGlobal.EventLogLevel
    public static LogLevel EventLogLevel {get; set;}
    public:
    static property LogLevel EventLogLevel {
       LogLevel get();
       void set (    LogLevel value);
    }
    Remarks
    Bit field indicating which levels of activity should be logged. See DicomGlobal.LogToFile for more details.
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also