mlog icon indicating copy to clipboard operation
mlog copied to clipboard

A simple logging module for go, with a rotating file feature and console logging.

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

how to change out format: ``` I: 2019/07/13 22:51:08 log.go:12: ---start----- ```` i want change it to ``` 2019/07/13 22:51:08 [INFO] log.go:12: ---start----- ``` like webServer log