Toggle navigation
Hot Examples
PT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Pesquisar
Página Inicial
Bit
Core
Services
AndroidLogService
C# Class Bit.Core.Services.AndroidLogService
Inheritance:
ILogService
Exibir arquivo
Open project: cozy/cozy-pass-mobile
Public Methods
Method
Description
Debug
(
string
message
) :
void
Error
(
string
message
) :
void
Info
(
string
message
) :
void
Warning
(
string
message
) :
void
Method Details
Debug()
public
method
public
Debug
(
string
message
) :
void
message
string
return
void
Error()
public
method
public
Error
(
string
message
) :
void
message
string
return
void
Info()
public
method
public
Info
(
string
message
) :
void
message
string
return
void
Warning()
public
method
public
Warning
(
string
message
) :
void
message
string
return
void