tile38/internal/log
tidwall 517bc57e9c Ensure inlined logs
Move the LogJSON check into the log function so that the caller
function can be inlined. This is helpful for hot functions like
`log.Debug` where it's likely that the `-vv` flag is not set thus
the to avoid the extra function call.
2021-12-28 16:33:46 -07:00
..
log.go Ensure inlined logs 2021-12-28 16:33:46 -07:00
log_test.go feat: add option to cmd, add default config 2021-12-26 16:06:34 +01:00