Click or drag to resize

LogEntrySource Enumeration

Version 102.0.100
Log entry source.

Namespace:  CefSharp.DevTools.Log
Assembly:  CefSharp (in CefSharp.dll) Version: 102.0.100.0 (102.0.100.0)
Syntax
public enum LogEntrySource
Members
  Member nameValueDescription
Xml0 xml
Javascript1 javascript
Network2 network
Storage3 storage
Appcache4 appcache
Rendering5 rendering
Security6 security
Deprecation7 deprecation
Worker8 worker
Violation9 violation
Intervention10 intervention
Recommendation11 recommendation
Other12 other
See Also