 | StatisticsRegexFilter property |
Only lines that fulfil this regular expression are logged.
Namespace: NetEti.ApplicationControlAssembly: NetEti.Logging (in NetEti.Logging.dll) Version: 1.0.0+b865061c8026804ece26684b7dc3403284234a08
Syntaxpublic static string RegexFilter { get; set; }
Public Shared Property RegexFilter As String
Get
Set
public:
static property String^ RegexFilter {
String^ get ();
void set (String^ value);
}
static member RegexFilter : string with get, set
Property value
String
See also