DicomObjects.NET Core 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
    'Usage
     
    
    Dim instance As DicomAssociation
    Dim value As LogLevel
     
    instance.LogLevel = value
     
    value = instance.LogLevel
    public LogLevel LogLevel {get; set;}
    public:
    property LogLevel LogLevel {
       LogLevel get();
       void set (    LogLevel value);
    }
    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: 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