mirror of
https://github.com/Icinga/icingaweb2.git
synced 2026-06-08 16:12:43 -04:00
parent
70cf14f775
commit
6aeab59ead
1 changed files with 10 additions and 0 deletions
|
|
@ -194,4 +194,14 @@ class Logger
|
|||
static::$instance->log(static::formatMessage(func_get_args()), static::$DEBUG);
|
||||
}
|
||||
}
|
||||
|
||||
public function getWriter()
|
||||
{
|
||||
return $this->writer;
|
||||
}
|
||||
|
||||
public static function getInstance()
|
||||
{
|
||||
return static::$instance;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue