Edit

Share via


LogInfo.Log(String, LogLevel) Method

Definition

Log something

public static void Log (string toLog, Iot.Device.Card.LogLevel logLevel);
static member Log : string * Iot.Device.Card.LogLevel -> unit
Public Shared Sub Log (toLog As String, logLevel As LogLevel)

Parameters

toLog
String

String to log

logLevel
LogLevel

Log level

Applies to