playwright icon indicating copy to clipboard operation
playwright copied to clipboard

[Feature] Logging support on the language bindings

Open kumaraditya303 opened this issue 4 years ago • 7 comments

Currently, playwright when in debug mode logs output to stdout directly, while this is great, it is impossible to customise logging from the logger of the language being used like, if user is using python logging module then playwright cannot log with logging module, for java users would like to use sl4j for logging etc.

If playwright passes log output with rpc then each language can customise it by itself.

Consider upvoting :+1: if you want to use logging from your playwright supported language.

kumaraditya303 avatar May 08 '21 05:05 kumaraditya303