mirror of
https://github.com/PhotonVision/photonvision
synced 2026-06-20 00:51:41 +00:00
[backend] Logging additions (#24)
* Remove de_pest log level, add instanced shouldLog * Rename Server, VisionProcess LogGroup to WebServer, VisionModule * Rename Level to LogLevel * Added lambda logger methods * Updated Platform util class, added bootup logging * Naming fix * Fix errors, apply spotless * Apply spotless
This commit is contained in:
@@ -34,7 +34,7 @@ import org.photonvision.common.logging.Logger;
|
||||
* DO NOT use logging in this class. If you do, the logs will recuse forever!
|
||||
*/
|
||||
class UIOutboundSubscriber extends DataChangeSubscriber {
|
||||
Logger logger = new Logger(UIOutboundSubscriber.class, LogGroup.Server);
|
||||
Logger logger = new Logger(UIOutboundSubscriber.class, LogGroup.WebServer);
|
||||
|
||||
private final SocketHandler socketHandler;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user