DebugInfoLogger
extends LoggerAdapter
in package
This is the DebugInfoLogger class, it manages the debug info logs.
This class extends LoggerAdapter (SDK\Core\Resources\Logger\LoggerAdapter), see this class.
The required parameters to generate a DebugInfoLogger are defined in the constant: DebugInfoLogger::REQUIRED_PARAMS.
Tags
Table of Contents
ERROR_CAPTURER_GENERATE_ERROR | = 'S110C00002' | |
---|---|---|
ERROR_CAPTURER_LAST_ERROR | = 'S110C00001' | |
EXCEPTION_HANDLER_ERROR | = 'S110C00003' | |
FWK_EXCEPTION_ERROR | = 'S110C00002' | |
REQUIRED_PARAMS | Required parameters to generate a DebugInfoLogger log. | = ['code', 'data'] |
getLoggerName() | It returns the name of the logger for a DebugInfoLogger. | : string |
getLogName() | It returns the name of the log for a DebugInfoLogger. | : string |
Constants
ERROR_CAPTURER_GENERATE_ERROR
public
mixed
ERROR_CAPTURER_GENERATE_ERROR
= 'S110C00002'
ERROR_CAPTURER_LAST_ERROR
public
mixed
ERROR_CAPTURER_LAST_ERROR
= 'S110C00001'
EXCEPTION_HANDLER_ERROR
public
mixed
EXCEPTION_HANDLER_ERROR
= 'S110C00003'
FWK_EXCEPTION_ERROR
public
mixed
FWK_EXCEPTION_ERROR
= 'S110C00002'
REQUIRED_PARAMS
Required parameters to generate a DebugInfoLogger log.
protected
mixed
REQUIRED_PARAMS
= ['code', 'data']
Methods
getLoggerName()
It returns the name of the logger for a DebugInfoLogger.
protected
getLoggerName() : string
Tags
Return values
string —getLogName()
It returns the name of the log for a DebugInfoLogger.
protected
getLogName() : string