Commit Graph

3 Commits

Author SHA1 Message Date
Michael Handschuh 9426c15e0c Use params in CompositeLogHandler ctor
The previous implementation accepts an array of log handlers which
is great, however, it lends itself to some sticky syntax.

Specifying params here makes some call sites cleaner and more
intuitive.
2016-10-07 04:44:53 -04:00
snugs e1938baafe Clean up using directives 2015-09-01 22:17:35 -04:00
snugs ba9f2b4875 Adds CompositeLogHandler
The default ctor for the CompositeLogHandler will log to console and log.txt
2015-04-07 14:26:06 -04:00