Examples

To format the log.2.log message log in ASCII mode to log.2.out:

dtjflog -a -o log.2.out log.2.log
To format the log.1.log message log dynamically and output to the screen:
tail -f -b 20 log.1.log | dtjflog
Using -b 20 to specify a buffer of 20 blocks of 512 bytes prevents a partial log being sent to dtjflog.