getSeverity method
- Device device
Gets the highest severity the given device emitted.
Implementation
BurtLogLevel getSeverity(Device device) => deviceSeverity[device] ?? BurtLogLevel.info;
Gets the highest severity the given device emitted.
BurtLogLevel getSeverity(Device device) => deviceSeverity[device] ?? BurtLogLevel.info;