Share via


OSLog.Log Method

Definition

Overloads

Log(String)

public void Log(string message);
member this.Log : string -> unit

Parameters

message
String

Applies to

Log(OSLogLevel, String)

public void Log(CoreFoundation.OSLogLevel level, string message);
member this.Log : CoreFoundation.OSLogLevel * string -> unit

Parameters

level
OSLogLevel
message
String

Applies to