62
CITIZEN UWP POS Print SDK - Programming Manual
2.3.30. SetLog method
Syntax
void SetLog (int mode, string path, int maxSize)
Parameter
The meaning and the setting range of the parameters are as follows.
Value
[IN/OUT]
Meaning
Setting range
mode
[IN]
Log mode
0: No Record
1: Recording of access history
2: Error only record
path
[IN]
Store folder
Relative path from LocalFolder
maxSize
[IN]
Log size
0: No size limit
1 - : Maximum size (MB)
Description
This method is used to set the log function. Please refer to "3.2 Log function" for details of the log
function.
Return value
Not exist
Example
printer.SetLog( 1, ”Log”, 10 );