Toggle navigation
Hot Examples
IT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Cerca
Home
ApexLumia
Logging
C# Class ApexLumia.Logging
Mostra file
Open project: ApexHAB/apex-lumia
Class Usage Examples
Public Methods
Method
Description
clearLog
(
string
name
) :
bool
getLog
(
string
name
) :
string[]
log
(
string
name
,
string
data
) :
bool
Method Details
clearLog()
public
method
public
clearLog
(
string
name
) :
bool
name
string
return
bool
getLog()
public
method
public
getLog
(
string
name
) :
string[]
name
string
return
string[]
log()
public
method
public
log
(
string
name
,
string
data
) :
bool
name
string
data
string
return
bool