DicomObjects.NET Core Documentation
DicomObjects.Enums Namespace / LogLevel Enumeration



In This Topic
    LogLevel Enumeration
    In This Topic
    Log levels
    Syntax
    'Declaration
     
    
    <FlagsAttribute()>
    Public Enum LogLevel 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As LogLevel
    [Flags()]
    public enum LogLevel : System.Enum 
    [Flags()]
    public enum class LogLevel : public System.Enum 
    Members
    MemberDescription
    ALLBYTESIN 
    ALLBYTESOUT 
    CACHE 
    CODEC 
    DEBUG 
    DETAILED 
    ELEMENTSIN 
    ELEMENTSOUT 
    ERROR 
    HIGH 
    JPIP 
    LIMITEDBYTESIN 
    LIMITEDBYTESOUT 
    LOG 
    LOW 
    MEDIUM 
    PROFILE 
    WARNING 
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             DicomObjects.Enums.LogLevel

    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