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
    'Usage
     
    
    Dim value As LogLevel
     
    DicomGlobal.FlushLevel = value
     
    value = DicomGlobal.FlushLevel
    public static LogLevel FlushLevel {get; set;}
    public read-write property FlushLevel: LogLevel; static; 
    public static function get,set FlushLevel : LogLevel
    public: __property static LogLevel get_FlushLevel();
    public: __property static void set_FlushLevel( 
       LogLevel value
    );
    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.8 or higher

    See Also