Appearance
Enumeration: LogLevel
📖 Related Tutorial
- Best Practices Guide - Configure logging and follow best practices
Overview
The Logging module provides structured logging capabilities for the AGB SDK. It helps with debugging, monitoring, and troubleshooting applications.
Table of contents
Enumeration Members
DEBUGERRORINFOSILENTWARN
Enumeration Members
DEBUG
• DEBUG = 0
ERROR
• ERROR = 3
INFO
• INFO = 1
SILENT
• SILENT = 4
WARN
• WARN = 2