romana / rlog

A simple Golang logger without external dependencies
Apache License 2.0
39 stars 13 forks source link

rlog: add Printf/Println and rename SetNewLogWriter to match standard log pkg. #4

Closed pritesh closed 7 years ago

pritesh commented 7 years ago

rlog: add Printf/Println and rename SetNewLogWriter to match standard log pkg.

pritesh commented 7 years ago

Yes but it is good to have some defaults instead of breaking 1000+ line which has those, this way we don't create so many log PR's and replace log with rlog with only change in import function. less PR's, less code change, etc.