 | Logger(String, String, Boolean) Constructor |
Complete constructor.
Namespace: NetEti.ApplicationControlAssembly: NetEti.Logging (in NetEti.Logging.dll) Version: 1.0.0+b865061c8026804ece26684b7dc3403284234a08
Syntaxpublic Logger(
string logFilePathName,
string regexFilter,
bool plainMessage
)
Public Sub New (
logFilePathName As String,
regexFilter As String,
plainMessage As Boolean
)
public:
Logger(
String^ logFilePathName,
String^ regexFilter,
bool plainMessage
)
new :
logFilePathName : string *
regexFilter : string *
plainMessage : bool -> Logger
Parameters
- logFilePathName String
- Path and name of the log file
- regexFilter String
- Only lines that fulfil this regular expression are logged.
- plainMessage Boolean
- If true, no additional information is output (default: false).
See also