<< Click to Display Table of Contents >>
Command Prompt Options |
Elipse Event Log Export can be used on a command prompt. The usage format of the program is the following:
> eeLogExport.exe [- | /] [function | command] <arguments>
The options for the function parameter are described on the next table.
Available options for the function parameter
Function |
Description |
---|---|
s <file1.etl; file2.etl> |
File or files to export. Files separated by semicolons are merged |
d <folder> |
Specifies an output folder for the exported log files. If this folder does not exist, it is created. If this parameter is omitted, the current path of log files is used |
x <schema.xml> |
Uses a file in XML Schema format with the specification of the export format |
split <n> |
Splits the results of log export into several files, decoded with n megabytes |
splitb <n> |
Splits an .etl file into several files with n megabytes each, without decoding them |
p <n> |
Stops splitting a file when reaches the n value, which is the number of files to create. This option can only be used together with the splitb parameter |
fts <dd/MM/yyyy HH:mm:ss> |
Starting date of the events to export |
fte <dd/MM/yyyy HH:mm:ss> |
Ending date of the events to export |
stop <LoggerName> |
Closes a log section, specified by the LoggerName argument |
stoplogdir <directory> |
Recursively stops all open log sessions, starting at the path indicated by directory. NOTE: This action cannot be undone |
The options for the command parameter are described on the next table.
NOTE |
Some of the following commands must be executed with elevated privileges, by using the Run as Administrator option on Elipse Event Log Export contextual menu. |
Available options for the command parameter
Command |
Description |
---|---|
? or help |
Displays a message box with a help text about all command line options |
show |
Forces a display of Elipse Event Log Export settings window |
install |
Links files with an .etl extension to Elipse Event Log Export, so that these files can be opened in Windows Explorer by double-clicking them. NOTE: This option must be executed as Administrator |
uninstall |
Removes an Elipse Event Log Export link to files with an .etl extension. NOTE: This option must be executed as Administrator |
q |
Quiet mode. It does not display a dialog box with error messages. NOTE: This option can be used with the qn option, and in this case the behavior of the qn option is used, that is, no graphical interface is displayed |
qn |
Quiet mode. It does not display the settings window neither displays a dialog box with error messages. NOTE: This option cannot be used with the show option |
queryall |
Displays a window with all active log sessions. Selecting the check box near the name of the session and clicking Stop allows closing that session. NOTE: This option must be executed as Administrator. When right-clicking a session, the Session Name to Clipboard (copies the session name to the Clipboard) and Full File Path to Clipboard (copies the full path of the session file to the Clipboard) options are displayed |
singleton |
Avoids that several instances of the same process in which Elipse Event Log Export is executing are opened |