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

Possible to move the string variables earlier in the string for Console Writer? #424

Closed
aronchick opened this issue Mar 14, 2022 · 1 comment

Comments

@aronchick
Copy link

I have output that looks like this:

[2207] ERR experimental/logger.go:47 > Error: foo J:91983AC0-2E71-4C50-8DCA-94068D7A5F7E N:1

I was wondering if it's possible to make it look like this? (J and N are both Str)

[2207] ERR (J:91983AC0-2E71-4C50-8DCA-94068D7A5F7E N:1) experimental/logger.go:47 > Error: foo 

I've looked at PartsOrder, but I can't seem to figure it out.

Thanks!

@aronchick
Copy link
Author

Thanks!

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

No branches or pull requests

1 participant