DicomObjects.NET Core Documentation
DicomObjects Namespace / DicomGlobal Class / FlushLevel Property



In This Topic
    FlushLevel Property
    In This Topic
    A level to cause the log to be flushed to disk
    Syntax
    'Declaration
     
    
    Public Shared Property FlushLevel As LogLevel
    'Usage
     
    
    Dim value As LogLevel
     
    DicomGlobal.FlushLevel = value
     
    value = DicomGlobal.FlushLevel
    public static LogLevel FlushLevel {get; set;}
    public:
    static property LogLevel FlushLevel {
       LogLevel get();
       void set (    LogLevel value);
    }
    Remarks
    Any log event which has bits which match this property causes the log to be flushed This is useful to ensure that exceptions are flsuhed to disk without slowing normal operations.
    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