Expand description
Re-exports§
Modules§
- datetime
- The
datetimemodule provides utilities for working with date and time. - log
- logf
- The
loglogfmodule provides utilities for working with log.
Macros§
- logd
- Macro to automatically capture file and line information for debug logs
- loge
- Macro to automatically capture file and line information for error logs
- logfd
- Macro to automatically capture file and line information for debug logs
- logfe
- Macro to automatically capture file and line information for error logs
- logfi
- Macro to automatically capture file and line information for info logs Logs an informational message to a file.
- logfw
- Macro to automatically capture file and line information for warning logs
- logi
- Macro to automatically capture file and line information for info logs Logs an informational message to the console.
- logw
- Macro to automatically capture file and line information for warning logs
Functions§
- add
- Adds two integers and returns their sum.