Open tharvik opened 5 years ago
So, there is this log.StaticMsg to add a fixed message to each line. But I want to prepend the string with my own message, and reorder the fields, and align theses as I see fit. One could use fmt with explicit argument indexes to specify that.
log.StaticMsg
fmt
So, there is this
log.StaticMsg
to add a fixed message to each line. But I want to prepend the string with my own message, and reorder the fields, and align theses as I see fit. One could usefmt
with explicit argument indexes to specify that.