98
CITIZEN UWP POS Print SDK - Programming Manual
3.3.21. SetLog method
Syntax
void SetLog (int mode, String path, int maxSize)
Parameters
Parameter
[IN/OUT]
Description
Setting range
mode
[IN]
Logging mode
0: None
1: Access logs
2: Error logs
path
[IN]
File path to store
maxSize
[IN]
Maximum Log Size
0: Unlimited
1 - : Maximum size (MB)
Description
Sets the logging function. See "
" for more details.
Return value
none
Example
display.SetLog(1, "Log", 10);