\Hubleto\Framework\Interfaces\LoggerInterface
Methods
ƒ initInternalLogger
public initInternalLogger(string $loggerName = ""): void
Parameters
| Parameter |
Type |
Description |
$loggerName |
string |
|
ƒ getInternalLogger
public getInternalLogger(mixed $loggerName): object
Parameters
| Parameter |
Type |
Description |
$loggerName |
mixed |
|
ƒ cliEcho
public cliEcho(mixed $message, mixed $loggerName, mixed $severity): void
Parameters
| Parameter |
Type |
Description |
$message |
mixed |
|
$loggerName |
mixed |
|
$severity |
mixed |
|
ƒ debug
public debug(mixed $message, array $context = [], mixed $loggerName = 'core'): void
Parameters
| Parameter |
Type |
Description |
$message |
mixed |
|
$context |
array |
|
$loggerName |
mixed |
|
ƒ info
public info(mixed $message, array $context = [], mixed $loggerName = 'core'): void
Parameters
| Parameter |
Type |
Description |
$message |
mixed |
|
$context |
array |
|
$loggerName |
mixed |
|
ƒ warning
public warning(mixed $message, array $context = [], mixed $loggerName = 'core'): void
Parameters
| Parameter |
Type |
Description |
$message |
mixed |
|
$context |
array |
|
$loggerName |
mixed |
|
ƒ error
public error(mixed $message, array $context = [], mixed $loggerName = 'core'): void
Parameters
| Parameter |
Type |
Description |
$message |
mixed |
|
$context |
array |
|
$loggerName |
mixed |
|
www.hubleto.com |
Found a bug or missing something? Report an
issue via GitHub.