Burin
.
Burin Documentation
Burin Logging Utility
Introduction
What’s Different in Burin?
What Can’t Burin Do?
Using Burin
Library Documentation
The Burin Module
Loggers and Logger Adapters
Handlers
Formatters
Log Records
Filters and Filterers
Exceptions
About
Project Information
Release History
License
Index
Burin
Index
Index
A
|
B
|
C
|
D
|
E
|
F
|
G
|
H
|
I
|
L
|
M
|
N
|
P
|
R
|
S
|
W
A
acquire() (burin.BurinHandler method)
add_filter() (burin.BurinFilterer method)
add_handler() (burin.BurinLogger method)
B
basic_config() (in module burin)
burin
module
BurinBaseRotatingHandler (class in burin)
BurinBraceLogRecord (class in burin)
BurinBufferingFormatter (class in burin)
BurinBufferingHandler (class in burin)
BurinDatagramHandler (class in burin)
BurinDollarLogRecord (class in burin)
BurinFileHandler (class in burin)
BurinFilter (class in burin)
BurinFilterer (class in burin)
BurinFormatter (class in burin)
BurinHandler (class in burin)
BurinHTTPHandler (class in burin)
BurinLogger (class in burin)
BurinLoggerAdapter (class in burin)
BurinLogRecord (class in burin)
BurinMemoryHandler (class in burin)
BurinNTEventLogHandler (class in burin)
BurinNullHandler (class in burin)
BurinPercentLogRecord (class in burin)
BurinQueueHandler (class in burin)
BurinQueueListener (class in burin)
BurinRotatingFileHandler (class in burin)
BurinSMTPHandler (class in burin)
BurinSocketHandler (class in burin)
BurinStreamHandler (class in burin)
BurinSyslogHandler (class in burin)
BurinTimedRotatingFileHandler (class in burin)
BurinWatchedFileHandler (class in burin)
C
call_handlers() (burin.BurinLogger method)
capture_warnings() (in module burin)
close() (burin.BurinBufferingHandler method)
(burin.BurinFileHandler method)
(burin.BurinHandler method)
(burin.BurinMemoryHandler method)
(burin.BurinNTEventLogHandler method)
(burin.BurinSocketHandler method)
(burin.BurinSyslogHandler method)
compute_rollover() (burin.BurinTimedRotatingFileHandler method)
ConfigError
create_lock() (burin.BurinHandler method)
(burin.BurinNullHandler method)
create_socket() (burin.BurinSocketHandler method)
(burin.BurinSyslogHandler method)
CRITICAL (in module burin)
critical() (burin.BurinLogger method)
(burin.BurinLoggerAdapter method)
(in module burin)
D
DEBUG (in module burin)
debug() (burin.BurinLogger method)
(burin.BurinLoggerAdapter method)
(in module burin)
disable() (in module burin)
do_rollover() (burin.BurinBaseRotatingHandler method)
(burin.BurinRotatingFileHandler method)
(burin.BurinTimedRotatingFileHandler method)
E
emit() (burin.BurinBaseRotatingHandler method)
(burin.BurinBufferingHandler method)
(burin.BurinFileHandler method)
(burin.BurinHTTPHandler method)
(burin.BurinNTEventLogHandler method)
(burin.BurinNullHandler method)
(burin.BurinQueueHandler method)
(burin.BurinSMTPHandler method)
(burin.BurinSocketHandler method)
(burin.BurinStreamHandler method)
(burin.BurinSyslogHandler method)
(burin.BurinWatchedFileHandler method)
encode_priority() (burin.BurinSyslogHandler method)
enqueue() (burin.BurinQueueHandler method)
ERROR (in module burin)
error() (burin.BurinLogger method)
(burin.BurinLoggerAdapter method)
(in module burin)
exception() (burin.BurinLogger method)
(burin.BurinLoggerAdapter method)
(in module burin)
F
FactoryError
factoryKey (burin.BurinBraceLogRecord attribute)
(burin.BurinDollarLogRecord attribute)
(burin.BurinPercentLogRecord attribute)
filter() (burin.BurinFilter method)
(burin.BurinFilterer method)
find_caller() (burin.BurinLogger method)
flush() (burin.BurinBufferingHandler method)
(burin.BurinHandler method)
(burin.BurinMemoryHandler method)
(burin.BurinStreamHandler method)
format() (burin.BurinFormatter method)
(burin.BurinHandler method)
format_time() (burin.BurinFormatter method)
FormatError
G
get_child() (burin.BurinLogger method)
get_children() (burin.BurinLogger method)
get_connection() (burin.BurinHTTPHandler method)
get_effective_level() (burin.BurinLogger method)
(burin.BurinLoggerAdapter method)
get_event_category() (burin.BurinNTEventLogHandler method)
get_event_type() (burin.BurinNTEventLogHandler method)
get_files_to_delete() (burin.BurinTimedRotatingFileHandler method)
get_handler_by_name() (in module burin)
get_handler_names() (in module burin)
get_level_name() (in module burin)
get_level_names_mapping() (in module burin)
get_log_record_factory() (in module burin)
get_logger() (in module burin)
get_logger_class() (in module burin)
get_message() (burin.BurinBraceLogRecord method)
(burin.BurinDollarLogRecord method)
(burin.BurinLogRecord method)
(burin.BurinPercentLogRecord method)
get_message_id() (burin.BurinNTEventLogHandler method)
get_subject() (burin.BurinSMTPHandler method)
H
handle() (burin.BurinHandler method)
(burin.BurinLogger method)
(burin.BurinNullHandler method)
handle_error() (burin.BurinHandler method)
(burin.BurinSocketHandler method)
has_handlers() (burin.BurinLogger method)
(burin.BurinLoggerAdapter method)
I
INFO (in module burin)
info() (burin.BurinLogger method)
(burin.BurinLoggerAdapter method)
(in module burin)
is_enabled_for() (burin.BurinLogger method)
(burin.BurinLoggerAdapter method)
L
log() (burin.BurinLogger method)
(burin.BurinLoggerAdapter method)
(in module burin)
logAsyncioTasks (burin.burin.config attribute)
logMultiprocessing (burin.burin.config attribute)
logProcesses (burin.burin.config attribute)
logThreads (burin.burin.config attribute)
M
make_log_record() (in module burin)
make_pickle() (burin.BurinSocketHandler method)
make_record() (burin.BurinLogger method)
make_socket() (burin.BurinDatagramHandler method)
(burin.BurinSocketHandler method)
map_log_record() (burin.BurinHTTPHandler method)
module
burin
msgStyle (burin.BurinLogger property)
(burin.BurinLoggerAdapter property)
N
name (burin.BurinHandler property)
NOTSET (in module burin)
P
prepare() (burin.BurinQueueHandler method)
process() (burin.BurinLoggerAdapter method)
propagate (burin.BurinLogger attribute)
R
raiseExceptions (burin.burin.config attribute)
release() (burin.BurinHandler method)
remove_filter() (burin.BurinFilterer method)
remove_handler() (burin.BurinLogger method)
reopen_if_needed() (burin.BurinWatchedFileHandler method)
rotate() (burin.BurinBaseRotatingHandler method)
rotation_filename() (burin.BurinBaseRotatingHandler method)
S
send() (burin.BurinDatagramHandler method)
(burin.BurinSocketHandler method)
set_formatter() (burin.BurinHandler method)
set_level() (burin.BurinHandler method)
(burin.BurinLogger method)
(burin.BurinLoggerAdapter method)
set_log_record_factory() (in module burin)
set_logger_class() (in module burin)
set_stream() (burin.BurinStreamHandler method)
set_target() (burin.BurinMemoryHandler method)
should_flush() (burin.BurinBufferingHandler method)
(burin.BurinMemoryHandler method)
should_rollover() (burin.BurinBaseRotatingHandler method)
(burin.BurinRotatingFileHandler method)
(burin.BurinTimedRotatingFileHandler method)
shutdown() (in module burin)
W
WARNING (in module burin)
warning() (burin.BurinLogger method)
(burin.BurinLoggerAdapter method)
(in module burin)