ILoggerBeginLoggingContext(ILoggingContext, FormattableString) Method

Definition

Namespace: MFiles.VAF.Configuration.Logging
Assembly: MFiles.VAF.Configuration (in MFiles.VAF.Configuration.dll) Version: 23.12.13247.3
C#
ILoggingContext BeginLoggingContext(
	ILoggingContext contextToClone,
	params FormattableString[] value
)

Parameters

contextToClone  ILoggingContext
 
value  FormattableString
 

Return Value

ILoggingContext

See Also