NumericsConfiguration.LogAction Property

Gets or sets an action that is called to log messages.

Definition

Namespace: Numerics.NET
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0
C#
public static Action<int, string, string> LogAction { get; set; }

Property Value

Action<Int32, String, String>

See Also