22. High-level API Reference
www.yoctopuce.com
215
YModule
module
→
log()
Adds a text message to the device logs.
js
function log(
text
)
cpp
int log( string
text
)
m
-(int) log : (NSString*)
text
pas
function log(
text
: string): LongInt
vb
function log( ) As Integer
cs
int log( string
text
)
java
int log( String
text
)
uwp
Task<int> log( string
text
)
py
def log(
text
)
php
function log(
$text
)
es
function log(
text
)
cmd
YModule
target
log
text
This function is useful in particular to trace the execution of HTTP callbacks. If a newline is desired after
the message, it must be included in the string.
Parameters :
text
the string to append to the logs.
Returns :
YAPI_SUCCESS
if the call succeeds.
On failure, throws an exception or returns a negative error code.
Содержание Yocto-Display
Страница 1: ...Yocto Display User Manual...
Страница 2: ......
Страница 40: ...34 www yoctopuce com...
Страница 52: ...46 www yoctopuce com...
Страница 84: ...78 www yoctopuce com...
Страница 92: ...86 www yoctopuce com...
Страница 130: ...124 www yoctopuce com...
Страница 158: ...22 High level API Reference 152 www yoctopuce com On failure throws an exception or returns a negative error code...
Страница 422: ...416 www yoctopuce com...
Страница 424: ...24 Characteristics 418 www yoctopuce com...