Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Package com.lutris.logging

Interface Summary
LogChannel Interface of a channel associated with a logging facility.
 

Class Summary
ChannelWriter Internal Writer object that interfaces to the LogChannel.
Logger A general-purpose logging facility.
LogWriter Class use to write log output to a particular LogChannel and level.
StandardLogChannel Standard implementation of a channel associated with a logging facility.
StandardLogger Standard implementation of the Logger.