![Citizen CL-E300 Programming Manual Download Page 29](http://html1.mh-extra.com/html/citizen/cl-e300/cl-e300_programming-manual_2610002029.webp)
CITIZEN Android Label Print SDK
—
Programming Manual
29
2.2.12 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
The folder of SD card
maxSize
[IN]
Maximum Log Size
0: Unlimited
1 - : Maximum size (MB)
Description
Sets the logging function. See "
" for more details.
Return value
none
Example
printer.setLog(1, "/temp/citizen/Log", 10);