From 23ee0021753d36a7291d53ef37aad3cc67d0e70b Mon Sep 17 00:00:00 2001 From: David Höppner Date: Sat, 13 Feb 2010 19:11:29 +0100 Subject: New formula log4cpp Log4cpp is library of C++ classes for flexible logging to files, syslog, IDSA and other destinations. --- Library/Formula/log4cpp.rb | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 Library/Formula/log4cpp.rb (limited to 'Library/Formula') diff --git a/Library/Formula/log4cpp.rb b/Library/Formula/log4cpp.rb new file mode 100644 index 000000000..1c363608f --- /dev/null +++ b/Library/Formula/log4cpp.rb @@ -0,0 +1,12 @@ +require 'formula' + +class Log4cpp