 | BasicAppSettingsStatisticsFileRegexFilter property |
Filter that limits the lines to be logged.
Default: "" - everything is logged.
e.g: @"(?:_NOPPES_)" - Nothing is logged, or only lines that contain "_NOPPES_"
Namespace: NetEti.ApplicationEnvironmentAssembly: NetEti.BasicAppSettings (in NetEti.BasicAppSettings.dll) Version: 1.0.0+fc721cf1d38e1de155fd33971356662ac9c21f21
Syntaxpublic string StatisticsFileRegexFilter { get; set; }
Public Property StatisticsFileRegexFilter As String
Get
Set
public:
property String^ StatisticsFileRegexFilter {
String^ get ();
void set (String^ value);
}
member StatisticsFileRegexFilter : string with get, set
Property value
String
See also