IWrappableLoggerLog(Type, Exception, LogLevel, FormattableString) Method

Definition

Namespace: MFiles.VAF.Configuration.Logging
Assembly: MFiles.VAF.Configuration (in MFiles.VAF.Configuration.dll) Version: 23.12.13247.3
C#
void Log(
	Type wrapper,
	Exception exception,
	LogLevel logLevel,
	params FormattableString[] message
)

Parameters

wrapper  Type
 
exception  Exception
 
logLevel  LogLevel
 
message  FormattableString
 

See Also