Prado\Util\TFileLogRoute::getMaxFileSize PHP Method

getMaxFileSize() public method

public getMaxFileSize ( ) : integer
return integer maximum log file size in kilo-bytes (KB). Defaults to 1024 (1MB).
    public function getMaxFileSize()
    {
        return $this->_maxFileSize;
    }