43 template <
typename... Ts>
void log(Ts... args) {}
50 template <
typename... Ts>
void logError(Ts... args) {}
void log(Ts...args)
Logs information.
Definition: NullBase.hpp:43
void logError(Ts...args)
Logs information about an error.
Definition: NullBase.hpp:50
void logWarning(Ts...args)
Logs information about a warning.
Definition: NullBase.hpp:57
Definition: NullBase.hpp:26
void setServiceContext(config::ServiceContext cnt)
Sets the context of the service.
Definition: NullBase.hpp:33
Is included after LCommon.hpp.