C# Class Bit.Core.Services.AndroidLogService

Inheritance: ILogService
Afficher le fichier Open project: cozy/cozy-pass-mobile

Méthodes publiques

Méthode Description
Debug ( string message ) : void
Error ( string message ) : void
Info ( string message ) : void
Warning ( string message ) : void

Method Details

Debug() public méthode

public Debug ( string message ) : void
message string
Résultat void

Error() public méthode

public Error ( string message ) : void
message string
Résultat void

Info() public méthode

public Info ( string message ) : void
message string
Résultat void

Warning() public méthode

public Warning ( string message ) : void
message string
Résultat void