LogEntrySource Enumeration | 
Version 104.4.240 
            Log entry source.
            
 
    Namespace: 
   CefSharp.DevTools.Log
    Assembly:
   CefSharp (in CefSharp.dll) Version: 104.4.240.0 (104.4.240.0)
Syntaxpublic enum LogEntrySource
public enum class LogEntrySource
Members| 
									 
								 | Member name | Value | Description | 
|---|
 | Xml | 0 | 
            xml
             | 
 | Javascript | 1 | 
            javascript
             | 
 | Network | 2 | 
            network
             | 
 | Storage | 3 | 
            storage
             | 
 | Appcache | 4 | 
            appcache
             | 
 | Rendering | 5 | 
            rendering
             | 
 | Security | 6 | 
            security
             | 
 | Deprecation | 7 | 
            deprecation
             | 
 | Worker | 8 | 
            worker
             | 
 | Violation | 9 | 
            violation
             | 
 | Intervention | 10 | 
            intervention
             | 
 | Recommendation | 11 | 
            recommendation
             | 
 | Other | 12 | 
            other
             | 
See Also