C# Class XLog.Android.Targets.LogcatTarget

Inheritance: Target
Afficher le fichier Open project: Belorus/XLog

Méthodes publiques

Méthode 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 méthode

public LogcatTarget ( IFormatter formatter, string tag ) : System
formatter IFormatter
tag string
Résultat System

LogcatTarget() public méthode

public LogcatTarget ( string tag ) : System
tag string
Résultat System

Write() public méthode

public Write ( Entry entry, IFormatter formatter ) : void
entry Entry
formatter IFormatter
Résultat void

Write() public méthode

public Write ( string content ) : void
content string
Résultat void