MCPcopy Create free account
hub / github.com/SeleniumHQ/selenium / flush

Method flush

rust/src/logger.rs:258–264  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

256 }
257
258 pub fn flush(&self) {
259 if self.output == OutputType::Json {
260 print!("{}", self.get_json_blog(&self.json));
261 } else if self.output == OutputType::Mixed {
262 print!("{}", self.get_json_blog(&self.minimal_json));
263 }
264 }
265
266 pub fn is_debug_enabled(&self) -> bool {
267 self.debug || self.trace

Callers 2

flush_and_exitFunction · 0.45
config_testFunction · 0.45

Calls

no outgoing calls

Tested by 1

config_testFunction · 0.36