class GlobalLoggerList
Defined at line 170 of file ../../src/devices/misc/drivers/compat/driver.h
|GlobalLoggerList| is global for the entire driver host process. It maintains a
|LoggerInstances| for each driver_path that is active.
Public Methods
void GlobalLoggerList (bool log_node_names)
Defined at line 197 of file ../../src/devices/misc/drivers/compat/driver.h
zx_driver_t * AddLogger (const std::string & driver_path, std::shared_ptr<fdf::Logger> & logger, const std::optional<std::string> & node_name)
Defined at line 295 of file ../../src/devices/misc/drivers/compat/driver.cc
void RemoveLogger (const std::string & driver_path, std::shared_ptr<fdf::Logger> & logger, const std::optional<std::string> & node_name)
Defined at line 303 of file ../../src/devices/misc/drivers/compat/driver.cc
std::optional<size_t> loggers_count_for_testing (const std::string & driver_path)
Defined at line 316 of file ../../src/devices/misc/drivers/compat/driver.cc
Friends
class zx_driver