LogEntrySource Enumeration |
Version 106.0.290
Log entry source.
Namespace:
CefSharp.DevTools.Log
Assembly:
CefSharp (in CefSharp.dll) Version: 106.0.290.0 (106.0.290.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