Uses of Interface
jj2000.j2k.util.MsgLogger
Packages that use MsgLogger
-
Uses of MsgLogger in com.sun.media.imageioimpl.plugins.jpeg2000
Classes in com.sun.media.imageioimpl.plugins.jpeg2000 that implement MsgLoggerModifier and TypeClassDescriptionclassThis 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 MsgLoggerModifier and TypeClassDescriptionclassThis class implements the MsgLogger interface for streams.Methods in jj2000.j2k.util that return MsgLoggerModifier and TypeMethodDescriptionstatic MsgLoggerFacilityManager.getMsgLogger()Returns the MsgLogger registered with the current thread (the thread that calls this method).static MsgLoggerFacilityManager.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 MsgLoggerModifier and TypeMethodDescriptionstatic voidFacilityManager.registerMsgLogger(Thread t, MsgLogger ml) Registers the MsgLogger 'ml' as the logging facility of the thread 't'.