M-Files Vault Application Framework
C#
Show/Hide TOC
Null
Logger
Log(Log
Level,
Formattable
String
) Method
Definition
Namespace:
MFiles.VAF.Configuration.Logging
Assembly:
MFiles.VAF.Configuration (in MFiles.VAF.Configuration.dll) Version: 23.12.13247.3
C#
Copy
public
override
void
Log
(
LogLevel
logLevel
,
params
FormattableString
[]
message
)
Parameters
logLevel
LogLevel
message
FormattableString
Implements
ILogger
Log(LogLevel,
FormattableString
)
See Also
Reference
NullLogger Class
Log Overload
MFiles.VAF.Configuration.Logging Namespace
In This Article
Definition
Parameters
Implements
See Also