EmptyContext.BeginLoggingContext(FormattableString[]) Method

Definition

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

Parameters

value  FormattableString[]
 

Return Value

ILoggingContext

Implements

ILogger.BeginLoggingContext(FormattableString[])
ILogger.BeginLoggingContext(FormattableString[])

See Also