LogEntrySource Enumeration |
Version 130.1.90
Log entry source.
Namespace: CefSharp.DevTools.LogAssembly: CefSharp.Core (in CefSharp.Core.dll) Version: 129.0.110.0
Syntax public 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