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