DicomObjects.NET.8.48 Documentation
DicomObjects Namespace / DicomAssociation Class / LogLevel Property

In This Topic
    LogLevel Property (DicomAssociation)
    In This Topic
    Controls the level of logging for this particular Association.
    Syntax
    'Declaration
     
    
    Public Property LogLevel As LogLevel
    public LogLevel LogLevel {get; set;}
    Remarks
    The levels are exactly the same as used by LogToFile and any level set by that function provides the default level used for any new DicomAssociation objects (whether incoming or outgoing), but this property allows that level to be changed on a per association basis.
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also