forked from cihub/seelog
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Changed logging interface to satisfy print/printf principle. Brakes e…
…xisting code. Before: Trace("I:%v", 10) -> "I:10" Now: Trace("I:%v", 10) -> "I:%v10" Tracef should be used instead of Trace
- Loading branch information
WiseBird
authored and
WiseBird
committed
Aug 29, 2012
1 parent
654409e
commit f45367a
Showing
4 changed files
with
178 additions
and
88 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.