mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-07-01 08:16:03 +00:00
Solve the massive logger bloat by simplifying it to be RFC 5424
As it confused people and #552
This commit is contained in:
@@ -202,7 +202,7 @@ class ExamplePlugin extends \RainLoop\Plugins\AbstractPlugin
|
||||
$this->Manager()->IsEnabled() : bool
|
||||
$this->Manager()->Count() : int
|
||||
$this->Manager()->SetLogger(\MailSo\Log\Logger $oLogger) : self
|
||||
$this->Manager()->WriteLog(string $sDesc, int $iType = \MailSo\Log\Enumerations\Type::INFO) : void
|
||||
$this->Manager()->WriteException(string $sDesc, int $iType = \MailSo\Log\Enumerations\Type::INFO) : void
|
||||
$this->Manager()->WriteLog(string $sDesc, int $iType = \LOG_INFO) : void
|
||||
$this->Manager()->WriteException(string $sDesc, int $iType = \LOG_INFO) : void
|
||||
*/
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user