From: Tyler Riddle Date: Thu, 6 Sep 2012 16:22:00 +0000 (-0700) Subject: add logger tester X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=0c088b9e7c8f38d81335984a244071392232b122;p=scpubgit%2FSystem-Introspector.git add logger tester --- diff --git a/t/logger.t b/t/logger.t new file mode 100644 index 0000000..2cfaac3 --- /dev/null +++ b/t/logger.t @@ -0,0 +1,8 @@ +use strictures 1; +use Test::More; + +use System::Introspector::Logger qw ( :log ); + +ok (System::Introspector::Logger->init_logging('TRACE', 'testing logging system'), 'initialize logging'); + +done_testing; \ No newline at end of file