Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
Log errors #6
Conversation
wallyworld
reviewed
Nov 17, 2014
| @@ -380,6 +381,75 @@ func (logger Logger) Tracef(message string, args ...interface{}) { | ||
| logger.Logf(TRACE, message, args...) | ||
| } | ||
| +// Tracer defines an interace that is checked against the |
wallyworld
reviewed
Nov 17, 2014
| @@ -273,6 +274,35 @@ func (*loggerSuite) TestLoggingStrings(c *gc.C) { | ||
| logger.Infof("missing %s") | ||
| checkLastMessage(c, writer, "missing %s") | ||
| + |
howbazaar
closed this
May 27, 2015
|
decided not to do this. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
howbazaar commentedNov 14, 2014
Make the license consistent with the other projects.
Fix the README.md file to be generated using godoc2md.
Add a Makefile to run tests against both compilers and generate the docs.
Add methods to log errors.