We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
A smart logging solution would be nice. Hopefully some way to log a property.
logProperty(myName) // -> myName: Aidan
Though that might not be possible. If not maybe
logproperty("myName") { "Aidan" } // -> myName: Aidan
A logging level solution would be nice. With kotlin DSL this could be
"Logging level 1" { "logging level 2" { "Oh no something bad happened"(type = Error) } }
The text was updated successfully, but these errors were encountered:
Also solutions for logging lists, maps, and other collections. Same with subsystems, trajectories, tasks, and other nice logs
Sorry, something went wrong.
This is probably not very useful because we have great support for network tables.
No branches or pull requests
A smart logging solution would be nice. Hopefully some way to log a property.
Though that might not be possible. If not maybe
A logging level solution would be nice. With kotlin DSL this could be
The text was updated successfully, but these errors were encountered: