box.system.logging.util.concurrent.Callable interface">
|
ColdBox Platform Version 3.5.3 | ||||
| FRAMES | |||||
WEB-INF.cftags.component
coldbox.system.logging.util.FileRotator
public class FileRotator
This is a simple file rotator
| Constructor Summary | |
|---|---|
init()
Constructor |
|
| Method Summary | |
|---|---|
void |
checkRotation(AbstractAppender appender='')
Checks the log file size |
string |
getFileSize(string filename, [string sizeFormat='bytes'])
Get the filesize of a file |
| Methods inherited from class WEB-INF.cftags.component |
|---|
|
| Constructor Detail |
|---|
public init()
| Method Detail |
|---|
public void checkRotation(AbstractAppender appender='')
appender - The appender to rotate withpublic string getFileSize(string filename, [string sizeFormat='bytes'])
filenamesizeFormat - Available formats: [bytes][kbytes][mbytes][gbytes]
|
ColdBox Platform Version 3.5.3 | ||||
| FRAMES | |||||