C# Class XLog.Android.Targets.LogcatTarget

Inheritance: Target
ファイルを表示 Open project: Belorus/XLog

Public Methods

Method Description
LogcatTarget ( IFormatter formatter, string tag ) : System
LogcatTarget ( string tag ) : System
Write ( Entry entry, IFormatter formatter ) : void
Write ( string content ) : void

Method Details

LogcatTarget() public method

public LogcatTarget ( IFormatter formatter, string tag ) : System
formatter IFormatter
tag string
return System

LogcatTarget() public method

public LogcatTarget ( string tag ) : System
tag string
return System

Write() public method

public Write ( Entry entry, IFormatter formatter ) : void
entry Entry
formatter IFormatter
return void

Write() public method

public Write ( string content ) : void
content string
return void