combit List & Label 29 - .NET Help
combit.Reporting Namespace / LlDebug Enumeration


In This Topic
    LlDebug Enumeration
    In This Topic
    Enumeration of various debug flags.
    Syntax
    'Declaration
     
    
    Public Enum LlDebug 
       Inherits System.Enum
    public enum LlDebug : System.Enum 
    public enum class LlDebug : public System.Enum 
    Members
    MemberDescription
    Disabled

    Debug mode is to be switched off

    DWG

    Switch on debugging-info for graphic functions

    Enabled

    Debug mode is to be switched on

    LicInfo 
    LogToFile

    Debug output will also be directed to a log file (COMBIT.LOG in your windows directory)

    NoCallbacks

    Switch off debugging-info for notifications/callbacks

    NoStorage

    Switch off debugging-info for storage- (LlStgSys...()-) functions

    NoSysInfo

    Do not issue system information dump on LlSetDebug()

    PrinterInfo 
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             combit.Reporting.LlDebug

    Requirements

    Platforms: Windows 10 (Version 21H2 - 23H2), Windows 11 (21H2 - 22H2), Windows Server 2016 - 2022
    .NET: .NET Framework 4.8, .NET 6, .NET 7, .NET 8

    See Also