109
CITIZEN UWP POS Print SDK - Programming Manual
4.3.7. 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
scanner.SetLog(1, "Log", 10);