Update of /cvsroot/sblim/jsr48-client
In directory vz-cvs-3.sog:/tmp/cvs-serv7392
Modified Files:
NEWS sblim-cim-client2.properties
Log Message:
3485074 - An Indication trace request
Index: NEWS
===================================================================
RCS file: /cvsroot/sblim/jsr48-client/NEWS,v
retrieving revision 1.252
retrieving revision 1.253
diff -u -d -r1.252 -r1.253
--- NEWS 20 Feb 2012 18:37:50 -0000 1.252
+++ NEWS 20 Feb 2012 18:59:36 -0000 1.253
@@ -1,5 +1,6 @@
Changes in HEAD
================
+3485074 An Indication trace request
3477087 Need Access to an Indication Sender's IP Address
3484014 Add LogAndTraceBroker.isLoggable for message/trace
3480115 Add Jsr48SfcbIndicationSample
Index: sblim-cim-client2.properties
===================================================================
RCS file: /cvsroot/sblim/jsr48-client/sblim-cim-client2.properties,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -d -r1.23 -r1.24
--- sblim-cim-client2.properties 15 Dec 2011 12:27:50 -0000 1.23
+++ sblim-cim-client2.properties 20 Feb 2012 18:59:36 -0000 1.24
@@ -645,3 +645,27 @@
# Default: 0
#
#sblim.wbem.listenerReliableIndicationHashtableCapacity=0
+
+# The filter to use for tracing of incoming indications at the FINE level.
+#
+# If string is empty, no tracing of incoming indications will occur. If
+# string is not empty, it identifies one or more properties to be included
+# in the trace of all incoming indications. An optional class can be used
+# to filter the output to include only those indications that contain the
+# substring. For example, to trace the SequenceContext and SequenceNumber
+# properties of all alerts, use the following:
+#
+# alert:sequencecontext,sequencenumber
+#
+# To trace the IndicationTime of all indications, use the following:
+#
+# indicationtime
+#
+# Note: This property has no effect unless tracing is enabled. See the
+# sblim.wbem.traceFileLevel property.
+#
+# Type: String
+# Recognition: On next creation of WBEMListener
+# Format: [class:]property[,property]*
+#
+#sblim.wbem.listener.IndicationTraceFilter=
\ No newline at end of file
|