|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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'. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |