ActorLogFormatter
Index
Methods
Properties
Methods
__init__
Create an instance of the ActorLogFormatter.
Parameters
optionalinclude_logger_name: bool = False
Include logger name at the beginning of the log line. Defaults to False.
args: Any
Arguments passed to the parent class.
kwargs: Any
Keyword arguments passed to the parent class.
Returns None
Log formatter that prints out the log message nicely formatted, with colored level and stringified extra fields.
It formats the log records so that they: