class documentation

class TelemetryFilter: (source)

View In Hierarchy

Filter for telemetry use.

Method formatted Return a formatted form of this filter.
Class Variable core_level Level for Core. Can be ERROR, WARN, INFO, DEBUG, or TRACE.
Class Variable other_level Level for non-Core. Can be ERROR, WARN, INFO, DEBUG, or TRACE.
def formatted(self) -> str: (source)

Return a formatted form of this filter.

core_level: str = (source)

Level for Core. Can be ERROR, WARN, INFO, DEBUG, or TRACE.

other_level: str = (source)

Level for non-Core. Can be ERROR, WARN, INFO, DEBUG, or TRACE.