Click or drag to resize

ConsoleAPICalledType Enumeration

Version 102.0.100
Type of the call.

Namespace:  CefSharp.DevTools.Runtime
Assembly:  CefSharp (in CefSharp.dll) Version: 102.0.100.0 (102.0.100.0)
Syntax
public enum ConsoleAPICalledType
Members
  Member nameValueDescription
Log0 log
Debug1 debug
Info2 info
Error3 error
Warning4 warning
Dir5 dir
Dirxml6 dirxml
Table7 table
Trace8 trace
Clear9 clear
StartGroup10 startGroup
StartGroupCollapsed11 startGroupCollapsed
EndGroup12 endGroup
Assert13 assert
Profile14 profile
ProfileEnd15 profileEnd
Count16 count
TimeEnd17 timeEnd
See Also