Uses of Interface
ucar.jpeg.jj2000.j2k.util.MsgLogger

Packages that use MsgLogger
ucar.jpeg.jj2000.j2k.util   
 

Uses of MsgLogger in ucar.jpeg.jj2000.j2k.util
 

Classes in ucar.jpeg.jj2000.j2k.util that implement MsgLogger
 class StreamMsgLogger
          This class implements the MsgLogger interface for streams.
 

Methods in ucar.jpeg.jj2000.j2k.util that return MsgLogger
static MsgLogger FacilityManager.getMsgLogger()
          Returns the MsgLogger registered with the current thread (the thread that calls this method).
static MsgLogger FacilityManager.getMsgLogger(Thread t)
          Returns the MsgLogger registered with the thread 't' (the thread that calls this method).
 

Methods in ucar.jpeg.jj2000.j2k.util with parameters of type MsgLogger
static void FacilityManager.registerMsgLogger(Thread t, MsgLogger ml)
          Registers the MsgLogger 'ml' as the logging facility of the thread 't'.
 



Copyright © 1999-2011 UCAR/Unidata. All Rights Reserved.