File Name Patterns
In this table there are listed special characters that are replaced by
the server with the actiual values when used in a pattern of log file
name suffix.
|
Characters |
Meaning |
| d |
Day of month as digits with no leading zero for single-digit
days. |
| dd |
Day of month as digits with leading zero for single-digit
days. |
| ddd |
Day of week as a three-letter abbreviation. |
| dddd |
Day of week as its full name. |
| M |
Month as digits with no leading zero for single-digit
months. |
| MM |
Month as digits with leading zero for single-digit months. |
| MMM |
Month as a three-letter abbreviation. |
| MMMM |
Month as its full name. |
| y |
Year as last two digits, but with no leading zero for
years less than 10. |
| yy |
Year as last two digits, but with leading zero for years
less than 10. |
| yyyy |
Year represented by full four digits. |
| h |
Hours with no leading zero for single-digit hours; 12-hour
clock. |
| hh |
Hours with leading zero for single-digit hours; 12-hour
clock. |
| H |
Hours with no leading zero for single-digit hours; 24-hour
clock. |
| HH |
Hours with leading zero for single-digit hours; 24-hour
clock. |
| m |
Minutes with no leading zero for single-digit minutes. |
| mm |
Minutes with leading zero for single-digit minutes. |
| s |
Seconds with no leading zero for single-digit seconds. |
| ss |
Seconds with leading zero for single-digit seconds. |
| t |
One character time-marker string, such as A or P. |
| tt |
Multicharacter time-marker string, such as AM or PM. |
See Also
ILivingstonAccounting, Server
services, SetLoggingOptionsEx
© 2001-2003 XPerience Technologies. www.xperiencetech.com
|