Lines Matching +full:- +full:- +full:dllname
1 :mod:`logging.handlers` --- Logging handlers
8 .. moduleauthor:: Vinay Sajip <vinay_sajip@red-dove.com>
9 .. sectionauthor:: Vinay Sajip <vinay_sajip@red-dove.com>
16 * :ref:`Basic Tutorial <logging-basic-tutorial>`
17 * :ref:`Advanced Tutorial <logging-advanced-tutorial>`
18 * :ref:`Logging Cookbook <logging-cookbook>`
22 --------------
31 .. _stream-handler:
38 file-like object (or, more precisely, any object which supports :meth:`write`
63 .. _file-handler:
94 .. _null-handler:
102 does not do any formatting or output. It is essentially a 'no-op' handler
123 See :ref:`library-config` for more information on how to use
126 .. _watched-file-handler:
147 open log files cannot be moved or renamed - logging opens the files with
148 exclusive locks - and so there is no need for such a handler. Furthermore,
168 .. _rotating-file-handler:
190 is non-zero, the system will save old log files by appending the extensions
213 .. _timed-rotating-file-handler:
233 +----------------+-----------------------+
237 +----------------+-----------------------+
239 +----------------+-----------------------+
241 +----------------+-----------------------+
243 +----------------+-----------------------+
244 | ``'W0'-'W6'`` | Weekday (0=Monday) |
245 +----------------+-----------------------+
247 +----------------+-----------------------+
249 When using weekday-based rotation, specify 'W0' for Monday, 'W1' for
254 The extensions are date-and-time based, using the strftime format
255 ``%Y-%m-%d_%H-%M-%S`` or a leading portion thereof, depending on the
287 .. _socket-handler:
311 packet. If the connection was previously lost, re-establishes the
351 Tries to create a socket; on failure, uses an exponential back-off
371 .. _datagram-handler:
407 .. _syslog-handler:
432 address you should be using for a domain socket - it's system dependent.
457 or integers - if strings are passed, internal mapping dictionaries are
465 +--------------------------+---------------+
469 +--------------------------+---------------+
471 +--------------------------+---------------+
473 +--------------------------+---------------+
475 +--------------------------+---------------+
477 +--------------------------+---------------+
479 +--------------------------+---------------+
481 +--------------------------+---------------+
483 +--------------------------+---------------+
487 +---------------+---------------+
491 +---------------+---------------+
493 +---------------+---------------+
495 +---------------+---------------+
497 +---------------+---------------+
499 +---------------+---------------+
501 +---------------+---------------+
503 +---------------+---------------+
505 +---------------+---------------+
507 +---------------+---------------+
509 +---------------+---------------+
511 +---------------+---------------+
513 +---------------+---------------+
515 +---------------+---------------+
517 +---------------+---------------+
519 +---------------+---------------+
521 +---------------+---------------+
523 +---------------+---------------+
525 +---------------+---------------+
527 +---------------+---------------+
529 +---------------+---------------+
540 .. _nt-eventlog-handler:
551 .. class:: NTEventLogHandler(appname, dllname=None, logtype='Application')
555 appropriate registry entry is created using this name. The *dllname* should give
558 - this is installed with the Win32 extensions and contains some basic
571 to see the events as you intended in the Event Log Viewer - it needs to be
607 .. _smtp-handler:
620 The *toaddrs* should be a list of strings. To specify a non-standard SMTP
628 supplied. The tuple should be either an empty tuple, or a single-value tuple
629 with the name of a keyfile, or a 2-value tuple with the names of the keyfile
647 If you want to specify a subject line which is record-dependent, override
650 .. _memory-handler:
721 .. _http-handler:
738 Provides a dictionary, based on ``record``, which is to be URL-encoded
746 Sends the record to the Web server as a URL-encoded dictionary. The