Skip to content
New issue

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

Logging #17

Open
gnawinganimal opened this issue Sep 9, 2019 · 2 comments
Open

Logging #17

gnawinganimal opened this issue Sep 9, 2019 · 2 comments
Labels
enhancement New feature or request maybe-someday

Comments

@gnawinganimal
Copy link
Member

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)
	}	
}
@gnawinganimal
Copy link
Member Author

Also solutions for logging lists, maps, and other collections. Same with subsystems, trajectories, tasks, and other nice logs

@gnawinganimal gnawinganimal added the enhancement New feature or request label Sep 26, 2019
@gnawinganimal
Copy link
Member Author

This is probably not very useful because we have great support for network tables.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request maybe-someday
Projects
None yet
Development

No branches or pull requests

1 participant