Trait LogTrait
A trait providing an object short-cut method to logging.
Namespace: Cake\Log
Method Summary
-
log() public
Convenience method to write a message to Log. See Log::write() for more information on writing to logs.
Method Detail
log() ΒΆ public
log(mixed $msg, int|string $level = LogLevel::ERROR, string|array $context = []): bool
Convenience method to write a message to Log. See Log::write() for more information on writing to logs.
Parameters
-
mixed
$msg Log message.
-
int|string
$level optional Error level.
-
string|array
$context optional Additional log data relevant to this message.
Returns
bool