LogFactory
Members
Name |
Documentation |
Type |
Description |
Optional |
---|---|---|---|---|
|
The filename to which the log will be written |
|
Value of type ‘String’ |
No |
|
The type of the new log to be generated |
|
In list { html, Text } |
No |
|
Determines whether the file will be cleared at startup or if the contents will be appended to previous runs |
|
Value of type ‘Boolean’ |
Yes |
|
Determines whether the log entries should be stamped with the category that creates the log message |
|
Value of type ‘Boolean’ |
Yes |
|
Determines whether the log entries should be stamped with the date at which the message was logged |
|
Value of type ‘Boolean’ |
Yes |
|
The log level for this specific text-based log |
|
In list { AllLogging, Trace, Debug, Info, Warning, Error, Fatal, NoLogging } |
Yes |
|
Determines whether the log entries should be stamped with the log level that was used to create the log message |
|
Value of type ‘Boolean’ |
Yes |
|
The number of files that should be kept around for this Log |
|
Greater than: 0 |
Yes |
|
Determines whether the log entires should be stamped with the time at which the message was logged |
|
Value of type ‘Boolean’ |
Yes |