class LoggingConfig extends BaseConfigSection

Defines the global configuration for logging messages when using the SDK.

Properties

array $file Settings for logging messages to a file.
array $errorLog Settings for logging messages to PHP error_log() handler.
array $test Settings for logging messages for testing purposes.
string $level Settings for default logging level.
bool $enabled Settings for globally disabling all logging.

Constants

CONFIG_NAME

FILE

ERROR_LOG

TEST

LEVEL

ENABLED