 Options
You can defined
- The language of the interface (English or French) with the options menu
- The different format for the dump or print with the format choice of the
options menu or with the
button of the toolbar:
The date format for
dump is also used for the date in the properties windows: the format used
is the one at the moment of the action.
- %a Abbreviated weekday name
- %A Full weekday name
- %b Abbreviated month name
- %B Full month name
- %d Day of month as decimal number (01 31)
- %H Hour in 24-hour format (00 23)
- %I Hour in 12-hour format (01 12)
- %j Day of year as decimal number (001 366)
- %m Month as decimal number (01 12)
- %M Minute as decimal number (00 59)
- %S Second as decimal number (00 59)
- %U Week of year as decimal number, with Sunday as first day of week
(00 53)
- %w Weekday as decimal number (0 6; Sunday is 0)
- %W Week of year as decimal number, with Monday as first day of week
(00 53)
- %y Year without century, as decimal number (00 99)
- %Y Year with century, as decimal number
- %% Percent sign
Note for the programmers
The advanced format is the same that the Format
method of the COleDateTime class.
The separator is the character used to separate the fields in the dump. The
semicolon is a good separator if you want to import your dump file into a
database.
You can define the strings that appear in your dump to specify the event type. For example SA instead of Success audit.
You can define the header and the footer of the HTML file. You must follow the HTML file syntax,
and don't forget to close all the open tags.
Don't forget the <TABLE> and </TABLE> in the header and
footer, otherwise your html file will not be correct, because the lines are
defined as lines of an HTML array.
You can remove the IMG tag in the description for type fields, if you choose a word as
in the txt format.
The description for type is inserted without modification in the html
file, so you must pay attention to the real path of the file otherwise you will heva a blank image.
You can choose the size and the font for the print of your list.
Top
|