Interface LoggerInterface
Extends the PSR interface with the following methods:
get_messages()
: Return the messages of a specified level.
fetch_messages()
: Return and clear the messages of a specified level.
-
ICanBoogie\LoggerInterface
implements
Psr\Log\LoggerInterface
Namespace: ICanBoogie
Located at LoggerInterface.php
Methods summary
public
get_messages( string $level
)
: string[]
Return the messages of a specified level
Return the messages of a specified level
Parameters
Returns
string[]
public
fetch_messages( string $level
)
: string[]
Return and clear the messages of a specified level
Return and clear the messages of a specified level
Parameters
Returns
string[]