C# Class BLE.Client.iOS.DebugTrace

Inheritance: IMvxTrace
Show file Open project: xabre/xamarin-bluetooth-le

Public Methods

Method Description
Trace ( MvxTraceLevel level, string tag, Func message ) : void
Trace ( MvxTraceLevel level, string tag, string message ) : void

Method Details

Trace() public method

public Trace ( MvxTraceLevel level, string tag, Func message ) : void
level MvxTraceLevel
tag string
message Func
return void

Trace() public method

public Trace ( MvxTraceLevel level, string tag, string message ) : void
level MvxTraceLevel
tag string
message string
return void