mirror of
https://git.sekbaer.de/Friendica/friendica.git
synced 2025-06-11 01:24:27 +02:00
Adding Logger Tests
This commit is contained in:
parent
aee348fa02
commit
f63956851b
3 changed files with 38 additions and 3 deletions
|
@ -6,6 +6,9 @@ use Friendica\Util\Introspection;
|
|||
use Friendica\Util\Logger\SyslogLogger;
|
||||
use Psr\Log\LogLevel;
|
||||
|
||||
/**
|
||||
* Wraps the SyslogLogger for replacing the syslog call with a string field.
|
||||
*/
|
||||
class SyslogLoggerWrapper extends SyslogLogger
|
||||
{
|
||||
private $content;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue