Log.FormatProvider Property

Definition

IFormatProvider passed to any underlying string.Format() calls. Defaults to System.Globalization.CultureInfo.CurrentCulture.

public static IFormatProvider FormatProvider { get; set; }
static member FormatProvider : IFormatProvider with get, set

Property Value

Applies to