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

Method create_json_log

rust/src/logger.rs:239–245  ·  view source on GitHub ↗
(&self, message: String, level: Level)

Source from the content-addressed store, hash-verified

237 }
238
239 fn create_json_log(&self, message: String, level: Level) -> Logs {
240 Logs {
241 level: level.to_string().to_uppercase(),
242 timestamp: now_unix_timestamp(),
243 message,
244 }
245 }
246
247 fn get_json_blog<T>(&self, json_output: &T) -> String
248 where

Callers 1

loggerMethod · 0.80

Calls 1

now_unix_timestampFunction · 0.85

Tested by

no test coverage detected