mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-27 07:44:04 +02:00
parent
70cf14f775
commit
6aeab59ead
@ -194,4 +194,14 @@ class Logger
|
|||||||
static::$instance->log(static::formatMessage(func_get_args()), static::$DEBUG);
|
static::$instance->log(static::formatMessage(func_get_args()), static::$DEBUG);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public function getWriter()
|
||||||
|
{
|
||||||
|
return $this->writer;
|
||||||
|
}
|
||||||
|
|
||||||
|
public static function getInstance()
|
||||||
|
{
|
||||||
|
return static::$instance;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user