|
Lines 1-12
Link Here
|
| 1 |
"cronolog" is a simple program that reads log messages from its input |
1 |
"cronolog" is a simple program that reads log messages from its input |
| 2 |
and writes them to a set of output files, the names of which are |
2 |
and writes them to a set of output files, the names of which are |
| 3 |
constructed using template and the current date and time. The |
3 |
constructed using template and the current date and time. |
| 4 |
template uses the same format specifiers as the Unix date command |
|
|
| 5 |
(which are the same as the standard C strftime library function). |