Uses of Interface
jj2000.j2k.util.MsgLogger
-
Packages that use MsgLogger Package Description com.sun.media.imageioimpl.plugins.jpeg2000 jj2000.j2k.util -
-
Uses of MsgLogger in com.sun.media.imageioimpl.plugins.jpeg2000
Classes in com.sun.media.imageioimpl.plugins.jpeg2000 that implement MsgLogger Modifier and Type Class Description class
J2KImageReader
This class is the Java Image IO plugin reader for JPEG 2000 JP2 image file format. -
Uses of MsgLogger in jj2000.j2k.util
Classes in jj2000.j2k.util that implement MsgLogger Modifier and Type Class Description class
StreamMsgLogger
This class implements the MsgLogger interface for streams.Methods in jj2000.j2k.util that return MsgLogger Modifier and Type Method Description 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 jj2000.j2k.util with parameters of type MsgLogger Modifier and Type Method Description static void
FacilityManager. registerMsgLogger(Thread t, MsgLogger ml)
Registers the MsgLogger 'ml' as the logging facility of the thread 't'.
-