vllm.logging_utils ¶
Modules:
Name | Description |
---|---|
dump_input | |
formatter | |
log_time | Provides a timeslice logging decorator |
NewLineFormatter ¶
Bases: Formatter
Adds logging prefix to newlines to align multi-line messages.
Source code in vllm/logging_utils/formatter.py
__init__ ¶
format ¶
Source code in vllm/logging_utils/formatter.py
logtime ¶
Logs the execution time of the decorated function. Always place it beneath other decorators.