5. Logger¶
Insert text and value to make a global log.
Extra settings can be added like color based on log type.
The following features will be included: - Basic log return - Colored text - Response codes - Toggle switch
5.1. Function list¶
Name |
Description |
Default |
|---|---|---|
a |
b |
c |
5.2. How is it going to work?¶
5.2.1. Basic log return¶
Use the basic log title and value to create a basic logger.
5.2.2. Colored text¶
Color log text and is mainly used for the response codes.
5.2.3. Response codes¶
The following codes are possible: - None - Info - Error - Warn - Debug - Debug Low - Debug Medium - Debug High - All