LogWriter Constructor

Initializes a new instance

Definition

Namespace: ADCS.CertMod.Managed
Assembly: ADCS.CertMod.Managed (in ADCS.CertMod.Managed.dll) Version: 3.0.0+d2bb03ea44678b01baee06872c78fd0a30d7e09e
C#
public LogWriter(
	string moduleShortName,
	LogLevel logLevel,
	string? baseDir = null
)

Parameters

moduleShortName  String
A short name of the policy or exit module. This name is used as part of log file name.
logLevel  LogLevel
An active logging level.
baseDir  String  (Optional)
Optional path to a folder to write log stream. If not specified, logs are written into %windir% folder.

See Also