 | Logger(String) constructor |
Constructor: takes over logFilePathName,
sets plainMessage to false
and calls the next constructor.
Namespace: NetEti.ApplicationControlAssembly: NetEti.Logging (in NetEti.Logging.dll) Version: 1.0.0+b865061c8026804ece26684b7dc3403284234a08
Syntaxpublic Logger(
string logFilePathName
)
Public Sub New (
logFilePathName As String
)
public:
Logger(
String^ logFilePathName
)
new :
logFilePathName : string -> Logger
Parameters
- logFilePathName String
- Path and name of the log file
See also