 | LoggerBase constructor |
Constructor: sets the path name for the log file.
Namespace: NetEti.ApplicationControlAssembly: NetEti.Logging (in NetEti.Logging.dll) Version: 1.0.0+b865061c8026804ece26684b7dc3403284234a08
Syntaxpublic LoggerBase(
string logTargetInfo
)
Public Sub New (
logTargetInfo As String
)
public:
LoggerBase(
String^ logTargetInfo
)
new :
logTargetInfo : string -> LoggerBase
Parameters
- logTargetInfo String
- Path and name of the log file, table name, etc.
See also