DicomObjects.NET.V8
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: .NET CLR 4.0 or higher

    See Also