juancarmena / xuggle

Automatically exported from code.google.com/p/xuggle
0 stars 0 forks source link

Allow switching off/on of logging #73

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Provide a mechanism to stop (and start again) Xuggler from making any log
entries via logback.  I guess this would be via a static method on an
application level.

eg. com.xuggle.xuggler.Global.disableLogging(boolean disable);

Original issue reported on code.google.com by jez9...@gmail.com on 4 Mar 2009 at 6:42

GoogleCodeExporter commented 8 years ago
You can do this in your logback.xml, but I'm guessing you're asking for a way 
to do
that without a logback.xml file?

Original comment by art.cla...@gmail.com on 16 Mar 2009 at 4:27

GoogleCodeExporter commented 8 years ago
Can you temporarily switch off logging, for part of the program execution, then 
turn
it back on again?  I understood that logback.xml just gave one setting that 
lasted
for the entirity of the program.

Original comment by jez9...@gmail.com on 16 Mar 2009 at 1:58