Namespace franka::logging
Detailed Description
Provides logging functionality. A user can implement a custom logger by inheriting from the Class LoggingSinkInterface and adding it the stored loggers. Now, whenever libfranka wants to log anything, it will call the logInfo, logWarn, or logError methods of all stored loggers.