Store.Util.setLogFiles()

Signature

void setLogFiles (String storeType, String filePrefix, long maxFileSize, int maxFiles)

Domain

ACTION

Description

Sets the log file details

Parameters

NameTypeDescription
storeTypeStringStore Type (valid values - AS)
filePrefixStringPrefix for the log files
maxFileSizelongMax file size post which the Store rotates the log file. The value should be greater than 102400 bytes (100kb)
maxFilesintMax number of log files

Returns

TypeDescription
void

Cautions

none