aboutsummaryrefslogtreecommitdiff
path: root/devel/Makefile
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2007-01-05 23:24:43 +0000
committerMartin Wilke <miwi@FreeBSD.org>2007-01-05 23:24:43 +0000
commit41de0854d2bfdf4b776b868812562a59b73a061a (patch)
tree7519b18d20a27b53cb0b6d477b3e6696838a9cb0 /devel/Makefile
parentc4c8523eac36d2bfc2114544ea5c95852db36edf (diff)
downloadports-41de0854d2bfdf4b776b868812562a59b73a061a.tar.gz
ports-41de0854d2bfdf4b776b868812562a59b73a061a.zip
RLog provides a flexible message logging facility for C++ programs
and libraries. It is subscription based, meaning you can subscribe to messages of your choice in an number of ways: by hierarchical channel name (e.g. "debug", "debug/ special", "error", etc.), or filename, component name, etc. Log messages are individually enabled. It is meant to be fast enough to leave in production code - even where it may be called many times, as both the GCC and Intel compilers reduce the logging overhead a few clock cycles if they are dormant (with no subscribers). Other add-on components can extend subscriptions to external programs, allowing you to enable and collect debugging messages remotely. WWW: http://arg0.net/wiki/rlog PR: ports/107596 Submitted by: trasz <trasz at pin.if.uz.zgora.pl>
Notes
Notes: svn path=/head/; revision=181589
Diffstat (limited to 'devel/Makefile')
-rw-r--r--devel/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile
index 1134e45b1091..2ea5b295e5d4 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -1832,6 +1832,7 @@
SUBDIR += replay
SUBDIR += rhtvision
SUBDIR += rinfo
+ SUBDIR += rlog
SUBDIR += rlwrap
SUBDIR += robodoc
SUBDIR += root