Public Member Functions | |
void | setServiceContext (config::ServiceContext cnt) |
Sets the context of the service. More... | |
Protected Member Functions | |
template<typename... Ts> | |
void | log (Ts...args) |
Logs information. More... | |
template<typename... Ts> | |
void | logError (Ts...args) |
Logs information about an error. More... | |
template<typename... Ts> | |
void | logWarning (Ts...args) |
Logs information about a warning. More... | |
|
protected |
Logs information.
You can configure the LoggerService associated with your service context to specify how information is logged.
args | Arbitrary information |
|
protected |
Logs information about an error.
See log for more details.
args | Arbitrary information |
|
protected |
Logs information about a warning.
See log for more details.
args | Arbitrary information |
void setServiceContext | ( | config::ServiceContext | cnt | ) |
Sets the context of the service.
Used only by LContextBase.
cnt | Service context |