M-Files Vault Application Framework
C#
Show/Hide TOC
Logger
Base
Trace(Exception,
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
void
Trace
(
Exception
exception
,
params
FormattableString
[]
message
)
Parameters
exception
Exception
message
FormattableString
Implements
ILogger
Trace(Exception,
FormattableString
)
See Also
Reference
LoggerBase Class
Trace Overload
MFiles.VAF.Configuration.Logging Namespace
In This Article
Definition
Parameters
Implements
See Also