Click or drag to resize

LogSetLogEventLevel Method

Namespace:  Crosser.Common.Utilities.Logger
Assembly:  Crosser.Common (in Crosser.Common.dll) Version: 0.0.4
Syntax
C#
public static void SetLogEventLevel(
	LogEventLevel level
)

Parameters

level
Type: Crosser.Common.LoggingLogEventLevel
The new LogEventLevel
See Also