 | BasicAppSettingsDebugFileRegexFilter property |
Filter that limits the lines to be logged.
Default: "" - everything is logged.
Namespace: NetEti.ApplicationEnvironmentAssembly: NetEti.BasicAppSettings (in NetEti.BasicAppSettings.dll) Version: 1.0.0+fc721cf1d38e1de155fd33971356662ac9c21f21
Syntaxpublic string DebugFileRegexFilter { get; set; }
Public Property DebugFileRegexFilter As String
Get
Set
public:
property String^ DebugFileRegexFilter {
String^ get ();
void set (String^ value);
}
member DebugFileRegexFilter : string with get, set
Property value
String
See also