module Playwright::Logger

Overview

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

Defined in:

playwright/logger.cr

Instance Method Summary

Instance Method Detail

abstract def is_enabled(name : String, severity : Severity) : Bool #

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


[View source]
abstract def log(name : String, severity : Severity, message : String, args : Array(Any), hints : LogHints) : Nil #

[View source]