Skip to content

Add logger as argument to logging macros

Stephan Lachnit requested to merge p-logging-interface into main

Essentially replaces

LOG(INFO) << "foo";

with

LOG(logger, INFO) << "foo";

to avoid

#define LOGGER logger

Merge request reports

Loading