Home
last modified time | relevance | path

Searched refs:Logger (Results 51 – 75 of 106) sorted by relevance

12345

/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/
H A DFleepHookHandler.php16 use Monolog\Logger; alias
50 $level = Logger::DEBUG,
H A DFingersCrossedHandler.php16 use Monolog\Logger; alias
84 $activationStrategy = new ErrorLevelActivationStrategy(Logger::WARNING);
99 $this->passthruLevel = Logger::toMonologLevel($passthruLevel);
H A DCubeHandler.php14 use Monolog\Logger; alias
45 public function __construct(string $url, $level = Logger::DEBUG, bool $bubble = true)
H A DSwiftMailerHandler.php14 use Monolog\Logger; alias
41 …public function __construct(\Swift_Mailer $mailer, $message, $level = Logger::ERROR, bool $bubble …
H A DSlackWebhookHandler.php15 use Monolog\Logger; alias
57 $level = Logger::CRITICAL,
H A DElasticsearchHandler.php16 use Monolog\Logger; alias
60 …public function __construct(Client $client, array $options = [], $level = Logger::DEBUG, bool $bub…
H A DAmqpHandler.php14 use Monolog\Logger; alias
40 …public function __construct($exchange, ?string $exchangeName = null, $level = Logger::DEBUG, bool …
H A DProcessHandler.php14 use Monolog\Logger; alias
66 …public function __construct(string $command, $level = Logger::DEBUG, bool $bubble = true, ?string …
H A DBufferHandler.php14 use Monolog\Logger; alias
50 …public function __construct(HandlerInterface $handler, int $bufferLimit = 0, $level = Logger::DEBU…
H A DLogglyHandler.php14 use Monolog\Logger; alias
51 public function __construct(string $token, $level = Logger::DEBUG, bool $bubble = true)
H A DNewRelicHandler.php14 use Monolog\Logger; alias
60 $level = Logger::ERROR,
H A DSyslogUdpHandler.php15 use Monolog\Logger; alias
56 …_construct(string $host, int $port = 514, $facility = LOG_USER, $level = Logger::DEBUG, bool $bubb…
H A DNativeMailerHandler.php14 use Monolog\Logger; alias
73 …public function __construct($to, string $subject, string $from, $level = Logger::ERROR, bool $bubb…
H A DRotatingFileHandler.php15 use Monolog\Logger; alias
52 …public function __construct(string $filename, int $maxFiles = 0, $level = Logger::DEBUG, bool $bub…
H A DSlackHandler.php15 use Monolog\Logger; alias
58 $level = Logger::CRITICAL,
H A DStreamHandler.php14 use Monolog\Logger; alias
54 …public function __construct($stream, $level = Logger::DEBUG, bool $bubble = true, ?int $filePermis…
H A DTelegramBotHandler.php15 use Monolog\Logger; alias
/plugin/authgooglesheets/vendor/monolog/monolog/
H A DUPGRADE.md3 - `Monolog\Logger::API` can be used to distinguish between a Monolog `1` and `2`
16 - The timezone is now set per Logger instance and not statically, either
17 via ->setTimezone or passed in the constructor. Calls to Logger::setTimezone
29 - There is no more default handler configured on empty Logger instances, if
H A DCHANGELOG.md137 * BC Break: The record timezone is now set per Logger instance and not statically anymore
138 * BC Break: There is no more default handler configured on empty Logger instances
213 * Added ability to customize error handling at the Logger level using Logger::setExceptionHandler
302 * Added `Logger->withName` to clone a logger (keeping all handlers) with a new name
335 * Added Logger::setHandlers() to allow setting/replacing all handlers
410 * Added Logger::getHandlers() and Logger::getProcessors() methods
473 * Added Monolog\ErrorHandler helper class to register a Logger as exception/error/fatal handler
476 * Added Monolog\Logger::API constant (currently 1)
491 * Added Monolog\Logger::getLevels() to get all available levels
550 * Added Monolog\Logger::isHandling() to check if a handler will
[all …]
/plugin/slacknotifier/
H A Daction.php12 use dokuwiki\Logger; alias
153 Logger::error('Error posting to Slack', $ctx, __FILE__, __LINE__);
/plugin/yearbox/
H A Dsyntax.php13 use dokuwiki\Logger; alias
113 if ( class_exists(Logger::class)) {
114 Logger::getInstance(Logger::LOG_DEBUG)->log(
/plugin/smtp/subtree/txtthinking/Mailer/
H A DREADME.md35 use \Monolog\Logger;
37 $smtp = new SMTP(); // new SMTP(new Logger('Mailer')); # set logger to receive debug log
/plugin/siteexport/inc/
H A Ddebug.php3 use dokuwiki\Logger; alias
21 $this->logger = Logger::getInstance('siteexport');
/plugin/logger/
H A Dplugin.info.txt5 name Logger Plugin
/plugin/authwordpress/
H A Dauth.php35 use dokuwiki\Logger; alias
379 Logger::debug($msg);

12345