DicomObjects.NET.V8
DicomObjects.Enums Namespace / LogLevel Enumeration



In This Topic
    LogLevel Enumeration
    In This Topic
    Log levels
    Syntax
    'Declaration
     
    Public Enum LogLevel 
       Inherits System.Enum
    'Usage
     
    Dim instance As LogLevel
    public enum LogLevel : System.Enum 
    public enum class LogLevel : public System.Enum 
    Members
    MemberDescription
    L_ALLBYTESIN Full incoming network traffic
    L_ALLBYTESOUT Full outgoing network traffic
    L_CACHE Detailed cache usage data (only on specific test builds)
    L_CODEC Detailed codec logging (e.g. loading of codecs)
    L_DEBUG Specialist debug data (only on specific test builds)
    L_DETAILED Detailed informational messages
    L_ELEMENTSIN Interpetted version of incoming attributes (file and network)
    L_ELEMENTSOUT Interpetted version of outgoing attributes (file and network)
    L_ERROR Errors
    L_JPIP Detailed JPIP logging
    L_LIMITEDBYTESIN PDU and PDV headers for incoming network traffic
    L_LIMITEDBYTESOUT PDU and PDV headers for outgong network traffic
    L_LOG Miscelaneous informational messages
    L_PROFILE Profiling data (only on specific test builds)
    L_WARN Warnings
    Remarks
    These are a bit filed and may be combined as required, though common values are:
    • 7: errors, warning and information
    • 63 (3F): Basic attributes in and out
    • Full byte level for network operations
    Inheritance Hierarchy

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

    Requirements

    Target Platforms: .NET CLR 4.0 or higher

    See Also