Martin Storsjö
|
4e428ab020
|
Add a log context to the encoder and decoder contexts
This will allow setting non-global logging callbacks, that
are different for each encoder or decoder instance.
|
2014-06-11 08:08:29 +03:00 |
|
Martin Storsjö
|
90be3d8215
|
Don't treat log levels as a bitmask
All use of log levels in the library just do a numerical
greater-than comparison between the set log level and the
level of the current message.
|
2014-06-11 08:08:29 +03:00 |
|
Martin Storsjö
|
4f1ea1c4f8
|
Remove some unused typedefs
|
2014-06-11 08:08:29 +03:00 |
|
Martin Storsjö
|
40af75c19d
|
Remove the unnecessary WelsSet/GetLogLevel functions
Nothing actually used the variable that these functions
handled.
|
2014-06-10 10:52:06 +03:00 |
|
ruil2
|
4c12f8970c
|
cleanup trace module
|
2014-06-10 10:24:45 +08:00 |
|