| Package | Description |
|---|---|
| jj2000.j2k.util |
| Modifier and Type | Class and Description |
|---|---|
class |
StreamMsgLogger
This class implements the MsgLogger interface for streams.
|
| Modifier and Type | Method and 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).
|
| Modifier and Type | Method and Description |
|---|---|
static void |
FacilityManager.registerMsgLogger(Thread t,
MsgLogger ml)
Registers the MsgLogger 'ml' as the logging facility of the
thread 't'.
|
Copyright © 2015. All rights reserved.