ConsoleAPICalledType Enumeration | 
Version 104.4.240 
            Type of the call.
            
 
    Namespace: 
   CefSharp.DevTools.Runtime
    Assembly:
   CefSharp (in CefSharp.dll) Version: 104.4.240.0 (104.4.240.0)
Syntaxpublic enum ConsoleAPICalledType
public enum class ConsoleAPICalledType
Members| 
									 
								 | Member name | Value | Description | 
|---|
 | Log | 0 | 
            log
             | 
 | Debug | 1 | 
            debug
             | 
 | Info | 2 | 
            info
             | 
 | Error | 3 | 
            error
             | 
 | Warning | 4 | 
            warning
             | 
 | Dir | 5 | 
            dir
             | 
 | Dirxml | 6 | 
            dirxml
             | 
 | Table | 7 | 
            table
             | 
 | Trace | 8 | 
            trace
             | 
 | Clear | 9 | 
            clear
             | 
 | StartGroup | 10 | 
            startGroup
             | 
 | StartGroupCollapsed | 11 | 
            startGroupCollapsed
             | 
 | EndGroup | 12 | 
            endGroup
             | 
 | Assert | 13 | 
            assert
             | 
 | Profile | 14 | 
            profile
             | 
 | ProfileEnd | 15 | 
            profileEnd
             | 
 | Count | 16 | 
            count
             | 
 | TimeEnd | 17 | 
            timeEnd
             | 
See Also