Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 302 Bytes

Logging.md

File metadata and controls

13 lines (9 loc) · 302 Bytes

Logging

Log information can be sent to any opened sessions. There is helper available to help you with your code.

It is recommended to always send all the data as the filtering can be done client side.

var sessions = new ChromeProtocolSessions();

// ...
sessions.Error("Merde !!!");