Skip to content

Enumeration: LogLevel

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

  • DEBUG
  • ERROR
  • INFO
  • SILENT
  • WARN

Enumeration Members

DEBUG

DEBUG = 0


ERROR

ERROR = 3


INFO

INFO = 1


SILENT

SILENT = 4


WARN

WARN = 2