Akce
Feature #8570
uzavřenýImplement logging into the application
Začátek:
2021-04-09
Uzavřít do:
2021-04-23
% Hotovo:
100%
Odhadovaná doba:
1.50hod
Importance:
Tags:
Popis
Logging functionality shall be implemented. The logger shall utilize a rolling file.
- Configure logger to use a meaningful log format
- Configure logger to use a rolling file
- Use the logger all over the application - use suitable log levels * Log actions performed in the controller * Log actions performed in the services * Log actions performed in the repositories * Log possible errors
Requirements: NR 6
Přidáno uživatelem David Friesecký před téměř 4 roky(ů)
Přidáno uživatelem David Friesecký před téměř 4 roky(ů)
Re #8570 - Setted configuration of logging
Přidáno uživatelem David Friesecký před téměř 4 roky(ů)
Re #8570 - Logged configuration
Přidáno uživatelem David Friesecký před téměř 4 roky(ů)
Re #8570 - Logger configuration
- implemented dictionary to string in utils
- implemented log functions with parameter message only (name of file, name of class and name of function
are getting automaticaly)
Přidáno uživatelem David Friesecký před téměř 4 roky(ů)
Re #8570 - Messages logging
Přidáno uživatelem David Friesecký před téměř 4 roky(ů)
Re #8570 - Added logs
Přidáno uživatelem David Friesecký před téměř 4 roky(ů)
Re #8570 - Rotating file settings
Akce
Re #8570 - Implemented logger
- implemented static functions (debug, info, warning, error, critical) (sorted by level)
- used configuration for setting logging library