ConsoleAPICalledType Enumeration |
Version 130.1.90
Type of the call.
Namespace: CefSharp.DevTools.RuntimeAssembly: CefSharp.Core (in CefSharp.Core.dll) Version: 129.0.110.0
Syntax public 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