golog icon indicating copy to clipboard operation
golog copied to clipboard

Simple logging framework for go.

Results 1 golog issues
Sort by recently updated
recently updated
newest added

Looks like the time format is hardcoded in the Process() function https://github.com/moovweb/golog/blob/master/processor.go#L52-52 I'd like to log the timestamp in a simpler to parse (and sort) format - would you accept...