Commit Graph

9 Commits

Author SHA1 Message Date
Michael Handschuh 899ff7407e FileLogHandler: Add option to remove timestamp 2016-04-05 15:52:24 -04:00
Michael Handschuh 0c0f82076e Make FileLogHandler message creation overrideable 2016-03-31 16:05:56 -04:00
snugs de2ba5aa50 Prevent log writer from writing when disposed 2015-10-15 14:52:52 -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
Michael 335e64cdcb Revert "Fixed a few more warnings" 2015-04-07 13:53:33 -04:00
Adriano Marcondes Machado fb52f24de9 Removed trailing white spaces. 2015-04-07 12:27:12 -03:00
snugs 28e16d4c3c Wire up log handler based on configuration
Using "local":true for ConsoleLogHandler, false for FileLogHandler, we can later override this with an MEF implementation and be specified by type name like the other MEF plugins.

Improved FileLogHandler to be thread safe and have non-async flush operations
2015-03-31 16:29:35 -04:00
snugs d023a271fb Adds FileLogHandler
ILogHandler now implements IDisposable
Adds test for FileLogHandler
Adds banners
Removed call to 'logger' from ConsoleLogHandler
2015-03-31 16:29:34 -04:00