![]() |
This is used to "tail" a file (read it from the bottom) this is done tro be fast and not use much memory. |
![]() |
An implementation of a TailFilter to retrieve only the "valid" log lines It only accept the lines coreponding to the given log level. |
![]() |
Thi is a simple implementation of a logging system. |
![]() |
TBD Log App features: - CLI: --levels 2,3,4 (levels to display default:all) --lines 1000 (nb lines to parse (tail) default:all) --live (read file on the fly default: no) --after 12/03/2007_12:05:30 --before 12/03/2007_12:05:33 - GUI: - same as CLI - order by columns - manual refresh - auto refresh ?? (every "n" seconds) |
![]() |
A logger location - similar to log4j Uses JOTLogger under the covers JOTLoggerLocation loc=new JOTLogerLocation(getClass()); |
![]() |
Dumps an whole object hierarchy (fileds, values.. |
![]() |
This is to be use with a FileTailer. |