Log errors #6

Closed
wants to merge 1 commit into
from

Conversation

Projects
None yet
2 participants
Owner

howbazaar commented Nov 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.

@@ -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
@@ -273,6 +274,35 @@ func (*loggerSuite) TestLoggingStrings(c *gc.C) {
logger.Infof("missing %s")
checkLastMessage(c, writer, "missing %s")
+
@wallyworld

wallyworld Nov 17, 2014

Owner

this should be in a separate test

@howbazaar howbazaar closed this May 27, 2015

Owner

howbazaar commented 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