Log.setFileOptions

Set the options for Type.File and Type.Files logging

class Log
static
void
setFileOptions
(
string file
,
int noFiles = 0
,
long maxSize = 0
)

Parameters

file string

(Base) file to log to

noFiles int

Number of files to log to

maxSize long

Maximum log file size before rotation

Meta