You can have the Nihuo Web Log Analyzer automatically save that
report to a location that you specify. If you retain those reports
for future reference, you might want to organize them in such a way
as to make their contents immediately identifiable to aid you when
you next want to open them. To do so, you can describe which date
or range of dates each report covers by including that information
in the path name. Nihuo Web Log Analyzer includes a set of macros
you can use to automate this process. These macros serve as
placeholders for values that the software "plugs in" to the path
name when it saves your reports.
Macro |
Description |
Example |
|
Date of the first entry of log files
|
If the log start date is Feb 23, 2003, %logstartdate% will
insert "Feb-23-2003" into your path name.
|
|
Date of the last entry of log files
|
If the log end date is Feb 23, 2003, %logenddate% will insert
"Feb-23-2003" into your path name.
|
|
Current Date
|
If the current date is Feb 23, 2003, %generationdate% will
insert "Feb-23-2003" into your path name.
|
|
The last two digits of the log start year
|
If the log start date is Feb 23, 2003, %yy.sd% will insert "03"
into your path name.
|
|
The last two digits of the log end year
|
If the log end date is Feb 23, 2003, %yy.ed% will insert "03"
into your path name.
|
|
The last two digits of the curent year
|
If the current date is Feb 23, 2003, %yy.gd% will insert "03"
into your path name.
|
|
All four digits of the log start year
|
If the log start date is Feb 23, 2003, %yyyy.sd% will insert
"2003" into your path name.
|
|
All four digits of the log end year
|
If the log end date is Feb 23, 2003, %yyyy.ed% will insert
"2003" into your path name.
|
|
All four digits of the current year
|
If the current date is Feb 23, 2003, %yyyy.gd% will insert
"2003" into your path name.
|
|
Abbreviated text of the log start month
|
If the log start date is Feb 23, 2003, %am.sd% will insert "Feb"
into your path name.
|
|
Abbreviated text of the log end month
|
If the log end date is Feb 23, 2003, %am.ed% will insert "Feb"
into your path name.
|
|
Abbreviated text of the current month
|
If the current date is Feb 23, 2003, %am.gd% will insert "Feb"
into your path name.
|
|
Two digits that represent the log start month
|
If the log start date is Feb 23, 2003, %mm.sd% will insert "02"
into your path name.
|
|
Two digits that represent the log end month
|
If the log end date is Feb 23, 2003, %mm.ed% will insert "02"
into your path name.
|
|
Two digits that represent the current month
|
If the current date is Feb 23, 2003, %mm.gd% will insert "02"
into your path name.
|
|
Two digits that represent the log start day
|
If the log start date is Feb 23, 2003, %dd.sd% will insert "23"
into your path name.
|
|
Two digits that represent the log end day
|
If the log end date is Feb 23, 2003, %dd.ed% will insert "23"
into your path name.
|
|
Two digits that represent the current day
|
If the current date is Feb 23, 2003, %dd.gd% will insert "23"
into your path name.
|
|
Index to the day in the log start week
|
If the log start date is Feb 23, 2003, a Sunday, %dw.sd% will
insert "0" into your path name.
|
|
Index to the day in the log end week
|
If the log end date is Feb 23, 2003, a Sunday, %dw.ed% will
insert "0" into your path name.
|
|
Index to the day in current week
|
If the current date is Feb 23, 2003, a Sunday, %dw.gd% will
insert "0" into your path name.
|
|
Index to the log start day in the year
|
If the log start date is Feb 23, 2003, %dy.sd% will insert "54"
into your path name.
|
|
Index to the log end day in the year
|
If the log end date is Feb 23, 2003, %dy.ed% will insert "54"
into your path name.
|
|
Index to the current day in the year
|
If the current date is Feb 23, 2003, %dy.gd% will insert "54"
into your path name.
|
|
Hour of the log start time
|
If the log start time is 5:30:19 p.m, %hour.sd% will insert "17"
into your path name.
|
|
Hour of the log end time
|
If the log end time is 5:30:19 p.m, %hour.ed% will insert "17"
into your path name.
|
|
Hour of the current time
|
If the current time is 5:30:19 p.m, %hour.gd% will insert "17"
into your path name.
|
|
Minute of the log start time
|
If the log start time is 5:30:19 p.m, %min.sd% will insert "30"
into your path name.
|
|
Minute of the log end time
|
If the log end time is 5:30:19 p.m, %min.ed% will insert "30"
into your path name.
|
|
Minute of the current time
|
If the current time is 5:30:19 p.m, %min.gd% will insert "30"
into your path name.
|
|
Second of the log start time
|
If the log start time is 5:30:19 p.m, %sec.sd% will insert "19"
into your path name.
|
|
Second of the log end time
|
If the log end time is 5:30:19 p.m, %sec.ed% will insert "19"
into your path name.
|
|
Second of the log curent time
|
If the log current time is 5:30:19 p.m, %sec.gd% will insert
"19" into your path name.
|
|
Index to the log start week in the year
|
If the log start date is Feb 23, 2003, %wy.sd% will insert "9"
into your path name.
|
|
Index to the log end week in the year
|
If the log end date is Feb 23, 2003, %wy.ed% will insert "9"
into your path name.
|
|
Index to the current week in the year
|
If the log current date is Feb 23, 2003, %wy.gd% will insert "9"
into your path name.
|
|
Index to the log start week in the month
|
If the log start date is Feb 23, 2003, %wm.sd% will insert "5"
into your path name.
|
|
Index to the log end week in the month
|
If the log end date is Feb 23, 2003, %wm.ed% will insert "5"
into your path name.
|
|
Index to the current week in the month
|
If the current date is Feb 23, 2003, %wm.gd% will insert "5"
into your path name.
|
|
Abbreviated text of the log start weekday
|
If the log start date is Feb 23, 2003, a Sunday, %aw.sd% will
insert "Sun" into your path name.
|
|
Abbreviated text of the log end weekday
|
If the log end date is Feb 23, 2003, a Sunday, %aw.ed% will
insert "Sun" into your path name.
|
|
Abbreviated text of the current weekday
|
If the current date is Feb 23, 2003, a Sunday, %aw.gd% will
insert "Sun" into your path name.
|