mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-28 19:49:20 +03:00
Extensions use \MailSo\Log\Inherit
This commit is contained in:
parent
c4acb26758
commit
a424c6a52a
5 changed files with 13 additions and 38 deletions
|
|
@ -11,6 +11,8 @@ use MailSo\Mime\Message as MimeMessage;
|
|||
|
||||
class ExamplePlugin extends \RainLoop\Plugins\AbstractPlugin
|
||||
{
|
||||
// use \MailSo\Log\Inherit;
|
||||
|
||||
const
|
||||
NAME = 'Example',
|
||||
AUTHOR = 'SnappyMail',
|
||||
|
|
@ -453,7 +455,6 @@ class ExamplePlugin extends \RainLoop\Plugins\AbstractPlugin
|
|||
$this->Manager()->ReadLang(string $sLang, array &$aLang) : self
|
||||
$this->Manager()->IsEnabled() : bool
|
||||
$this->Manager()->Count() : int
|
||||
$this->Manager()->SetLogger(\MailSo\Log\Logger $oLogger) : self
|
||||
$this->Manager()->WriteLog(string $sDesc, int $iType = \LOG_INFO) : void
|
||||
$this->Manager()->WriteException(string $sDesc, int $iType = \LOG_INFO) : void
|
||||
*/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue