FileLogger.SetLevel(Level) Method

Definition

Sets the level of the messages to be captured by the logger

public static void SetLevel (Azure.AI.Vision.Core.Diagnostics.Logging.Level level);
static member SetLevel : Azure.AI.Vision.Core.Diagnostics.Logging.Level -> unit
Public Shared Sub SetLevel (level As Level)

Parameters

level
Level

Maximum level of detail to be capture by the logger.

Applies to