API Overview API Index Direct link to this page
JavaOnTracks 0.1.2
  Package: net.jot.logger
Author(s)
Since
Version
Serial
Description
  This provide the JOT Logging support.
See also:   
JOTFileTailer View Source This is used to "tail" a file (read it from the bottom) this is done tro be fast and not use much memory.
JOTLogFilter View Source An implementation of a TailFilter to retrieve only the "valid" log lines It only accept the lines coreponding to the given log level.
JOTLogger View Source Thi is a simple implementation of a logging system.
JOTLoggerApp View Source 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)
JOTLoggerLocation View Source A logger location - similar to log4j Uses JOTLogger under the covers JOTLoggerLocation loc=new JOTLogerLocation(getClass());
JOTObjectDumper View Source Dumps an whole object hierarchy (fileds, values..
JOTTailFilter View Source This is to be use with a FileTailer.
Generated By: JavaOnTracks Doclet 0.1.5     ©Thibaut Colar