|   |   | 
| $log.export Exports the specified log to the given format and returns the filename | 
| Usage | 
| <string> $log.export(<filename:string>[,<type:string>]) | 
| Description | 
| Exports the log file named <filename> to the format passed as <type>. <filename> has to be a valid path, or given using $log.file function. If no <type> is passed, plain text will be used. | 
| See also | 
| log.start, log.stop |