Uses of Interface
jj2000.j2k.util.MsgLogger
-
Packages that use MsgLogger Package Description com.github.jaiimageio.jpeg2000.impl jj2000.j2k.util -
-
Uses of MsgLogger in com.github.jaiimageio.jpeg2000.impl
Classes in com.github.jaiimageio.jpeg2000.impl that implement MsgLogger Modifier and Type Class Description classJ2KImageReaderThis 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 classStreamMsgLoggerThis class implements the MsgLogger interface for streams.Methods in jj2000.j2k.util that return MsgLogger Modifier and Type Method Description static MsgLoggerFacilityManager. getMsgLogger()Return the MsgLogger registered with the current thread (the thread that calls this method).static MsgLoggerFacilityManager. getMsgLogger(Thread t)Return the MsgLogger registered with the thread 't'.Methods in jj2000.j2k.util with parameters of type MsgLogger Modifier and Type Method Description static voidFacilityManager. registerMsgLogger(Thread t, MsgLogger ml)Register MsgLogger 'ml' as the logging facility of the given thread.
-