Generating a log report from the command line

LexLogc or VLLogc can be used from the command line to generate a report that is either stored in an HTML file, or e-mailed to a list of users.

Use this feature to schedule a report to be automatically generated at a certain time.

LexLogc [-?] [-f xmlFilterFile] [-d destination] [-t title]
VLLogc [-?] [-f xmlFilterFile] [-d destination] [-t title]
-?
Displays the command line options
-f xmlFilterFile
Uses the file specified by xmlFilterFile to set the Log Report Filter settings. You can save a filter using Save As… in the View the Log File dialog box. If the –f option is not present on the command line, only the current day's log is included in the report. 
-d destination
Outputs the log report (in an HTML format) to the destination (a file or list of email addresses) you specify.  You can specify a list of comma-separated email addresses. If the destination value you specify contains an @ symbol, the parameter is assumed to be an e-mail address. If the –d option is not present, the results are printed to the console.
-t title
Appends title to the HTML report title and the email subject if applicable. If the title contains whitespace, enclose it within double-quotes, for example:
"title with whitespace"