Skip to content

Conversation

@Daniel1464
Copy link

@Daniel1464 Daniel1464 commented Jan 9, 2025

Currently, epilogue doesn't have a manual logging solution; so my idea of a 2025 monologue would simply be a version of monologue with only manual logging, that uses Epilogue's backends.
It should handle the various edge cases correctly(same object being in 2 places, mutable variables being reassigned, etc.)

Usage:

class Subsystem implements LogScope {
       public void periodic() {
               log("state", false);
               log("velocity", 2.0);
       }
} 

static void runSomething() {
      GlobalLog.log("absolute/path", value);
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant