cinderblocks / libremetaverse

An fork of the libopenmetaverse library striving for performance improvements and up-to-date compatibility with SL/OS/Halcyon
BSD 3-Clause "New" or "Revised" License
61 stars 40 forks source link

Feature Request: Ability to mute all default debug/info messages in favor of a custom logger #15

Closed zontreck closed 4 years ago

zontreck commented 4 years ago

I personally use a custom logger for my bot, would be nice if i could disable the messages to only use the console output i want.

zontreck commented 4 years ago

13 appears to cover this issue. However it does not appear to have been merged, it was closed and the branch deleted.

Madpeterz commented 4 years ago

yeah im reworking it ^+^

Madpeterz commented 4 years ago

there we go: https://github.com/cinderblocks/libremetaverse/pull/17 a much nicer pull request I think

zontreck commented 4 years ago

Okay cool. I'm keeping an eye for when it's merged. Eager to silence a lot of the spam on my bot's console window.

cinderblocks commented 4 years ago

Muting debug/info messages is already supported in log4net. https://logging.apache.org/log4net/release/config-examples.html