module Playwright::Logger
 
  Overview
Playwright generates a lot of logs and they are accessible via the pluggable logger sink.
Defined in:
playwright/logger.crInstance Method Summary
- 
        #is_enabled(name : String, severity : Severity) : Bool
        
          
Determines whether sink is interested in the logger with the given name and severity.
 - #log(name : String, severity : Severity, message : String, args : Array(Any), hints : LogHints) : Nil
 
Instance Method Detail
Determines whether sink is interested in the logger with the given name and severity.