Create a netin logger instance with default values
Create a netin logger instance with default values
logger label
Create a netin logger instance with default values
logger label
Optional
configuration: LoggerConfiglogger configuration
Logger config
Logger configuration error flag
Stream de escritura del propio logger
Log events in the DEBUG level: all the information in a detailed way. This level used to be necessary only in the debugging process, so not all the data is reported, only the related with the main processes and tasks.
human readable information to log
Optional
uuid: stringunique identifier for the actual job/task/request process
Optional
context: stringcontext (class/function) where this logger is logging
extra information
Log events in the ERROR level: all the errors and problems with detailed information.
human readable information to log
Optional
uuid: stringunique identifier for the actual job/task/request process
Optional
context: stringcontext (class/function) where this logger is logging
extra information
Log events in the INFO level: only relevant events are reported. This level is the default level.
human readable information to log
Optional
uuid: stringunique identifier for the actual job/task/request process
Optional
context: stringcontext (class/function) where this logger is logging
extra information
Establish the logger configuration
Logger label
logger configuration
Log events in the SILLY level: all the information in a very detailed way. This level used to be necessary only in the development process, and the meta data used to be the results of the operations.
human readable information to log
Optional
uuid: stringunique identifier for the actual job/task/request process
Optional
context: stringcontext (class/function) where this logger is logging
extra information
Log events in the VERBOSE level: trace information without details. This level used to be necessary only in system configuration process, so information about the settings and startup process used to be reported.
human readable information to log
Optional
uuid: stringunique identifier for the actual job/task/request process
Optional
context: stringcontext (class/function) where this logger is logging
extra information
Log events in the WARN level: information about possible problems or dangerous situations.
human readable information to log
Optional
uuid: stringunique identifier for the actual job/task/request process
Optional
context: stringcontext (class/function) where this logger is logging
extra information
Class Logger, manage the event and log register process for netin artifacts