You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

20 lines
688 B

# Stubs for tornado_py3.log (Python 3)
#
# NOTE: This dynamically typed stub was automatically generated by stubgen.
import logging.handlers
from typing import Any, Dict, Optional
access_log: Any
app_log: Any
gen_log: Any
class LogFormatter(logging.Formatter):
DEFAULT_FORMAT: str = ...
DEFAULT_DATE_FORMAT: str = ...
DEFAULT_COLORS: Any = ...
def __init__(self, fmt: str=..., datefmt: str=..., style: str=..., color: bool=..., colors: Dict[int, int]=...) -> None: ...
def format(self, record: Any) -> str: ...
def enable_pretty_logging(options: Any=..., logger: Optional[logging.Logger]=...) -> None: ...
def define_logging_options(options: Any=...) -> None: ...