summaryrefslogtreecommitdiff
path: root/src/inc
diff options
context:
space:
mode:
authorDavid Mason <davmason@microsoft.com>2016-05-31 15:07:09 -0700
committerDavid Mason <davmason@microsoft.com>2016-06-01 22:04:16 -0700
commit75918f0a9822948f7d3a47011195b8d065682981 (patch)
tree41fd859e6b55efb2fb7c6c343474051a5d4f25ad /src/inc
parent230aa6adb070c9c5ba7ae5b7ea2f1fdc96efed7f (diff)
downloadcoreclr-75918f0a9822948f7d3a47011195b8d065682981.tar.gz
coreclr-75918f0a9822948f7d3a47011195b8d065682981.tar.bz2
coreclr-75918f0a9822948f7d3a47011195b8d065682981.zip
Add filtering logic to XplatEventLogger
Diffstat (limited to 'src/inc')
-rw-r--r--src/inc/clrconfigvalues.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/inc/clrconfigvalues.h b/src/inc/clrconfigvalues.h
index 98c5aa5fe0..a673f36bd4 100644
--- a/src/inc/clrconfigvalues.h
+++ b/src/inc/clrconfigvalues.h
@@ -1027,6 +1027,8 @@ RETAIL_CONFIG_DWORD_INFO(EXTERNAL_ReadyToRun, W("ReadyToRun"), 0, "Enable/disabl
#if defined(FEATURE_EVENT_TRACE) || defined(FEATURE_EVENTSOURCE_XPLAT)
RETAIL_CONFIG_DWORD_INFO(EXTERNAL_EnableEventLog, W("EnableEventLog"), 0, "Enable/disable use of EnableEventLogging mechanism ") // Off by default
+RETAIL_CONFIG_STRING_INFO(INTERNAL_EventSourceFilter, W("EventSourceFilter"), "")
+RETAIL_CONFIG_STRING_INFO(INTERNAL_EventNameFilter, W("EventNameFilter"), "")
#endif //defined(FEATURE_EVENT_TRACE) || defined(FEATURE_EVENTSOURCE_XPLAT)
//