All Classes Files Functions Variables Typedefs Pages
Public Member Functions | Protected Member Functions | List of all members
LNullBase Class Reference

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...
 

Member Function Documentation

void log ( Ts...  args)
protected

Logs information.

You can configure the LoggerService associated with your service context to specify how information is logged.

Parameters
argsArbitrary information
void logError ( Ts...  args)
protected

Logs information about an error.

See log for more details.

Parameters
argsArbitrary information
void logWarning ( Ts...  args)
protected

Logs information about a warning.

See log for more details.

Parameters
argsArbitrary information
void setServiceContext ( config::ServiceContext  cnt)

Sets the context of the service.

Used only by LContextBase.

Parameters
cntService context