5.3.1.20.6.1. cli.com.parameter.CANLoggerParameter

class cli.com.parameter.CANLoggerParameter(max_bytes: int = 65536, rollover_count: int = 0, log_can_files: bool = False)

Data class for CAN logger configuration parameters.

max_bytes

Maximum size of the log file in bytes before rollover.

Type:

int

rollover_count

Number of rollover log files to keep.

Type:

int

log_can_files

Whether to enable CAN logging to files.

Type:

bool

__init__(max_bytes: int = 65536, rollover_count: int = 0, log_can_files: bool = False) None

Methods

__init__([max_bytes, rollover_count, ...])

Attributes

log_can_files

max_bytes

rollover_count