module

Playwright::Logger

Playwright generates a lot of logs and they are accessible via the pluggable logger sink.

Instance methods

is_enabled(name : String, severity : Severity) : Bool

Determines whether sink is interested in the logger with the given name and severity.

Source
log(name : String, severity : Severity, message : String, args : Array(Any), hints : LogHints) : Nil
Source

Nested types