Logging
Engine logging class
Object : _engine.logging
Functions
name
parameters
return-type
description
Logging
(void)
void
The class constructor creates a new Logging instance
setup
(const configuration::Configuration &)
void
configuring the logging has the function of being an logging builder
load
(void)
void
It will basically load the features passed to the logging through the setup
info
(const std::string&)
void
log an info
warn
(const std::string&)
void
log an warn
debug
(const std::string&)
void
log an debug
error
(const std::string&)
void
log an error
critical
(const std::string&)
void
log an critical
Last updated