Skip to content

provide example on how to overwrite the default ACTS logger

Christian Gumpert requested to merge ACTS-271_custom_default_logger into master

Frameworks may want to use ACTS Logger objects which use the framework's logging system as backend. Since Acts::getDefaultLogger is used internally by ACTS in many places, this illustrates how one can overwrite its behavior using LD_PRELOAD.

Merge request reports