com.flybotix.hfr.util.log.ELevel Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of highfrequencyrobots Show documentation
Show all versions of highfrequencyrobots Show documentation
A way for wifi robots and IoT devices to quickly send compressed data arrays across a network.
package com.flybotix.hfr.util.log;
public enum ELevel {
DEBUG,
INFO,
WARN,
ERROR
}