DicomObjects.NET.8.48 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
    public static LogLevel FlushLevel {get; set;}
    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.8 or higher

    See Also