summaryrefslogtreecommitdiff
path: root/buildscripts/resmokelib/logging/__init__.py
blob: b0da109e502cf20848b47f6a12bb993b2fcd1d0b (plain)
1
2
3
4
5
6
7
8
9
"""Extension to the logging package to support buildlogger."""

# Alias the built-in logging.Logger class for type checking arguments. Those interested in
# constructing a new Logger instance should use the loggers.new_logger() function instead.
from logging import Logger

from buildscripts.resmokelib.logging import buildlogger
from buildscripts.resmokelib.logging import flush
from buildscripts.resmokelib.logging import loggers