agl / xmpp-client

An XMPP client with OTR support
BSD 3-Clause "New" or "Revised" License
365 stars 71 forks source link

add verbosity levels and debug() logging #123

Open Profpatsch opened 7 years ago

Profpatsch commented 7 years ago

Some messages should only be shown when the user explicitly wants to see them, for example XMPP-extensions the client doesn’t know about (e.g. ping). The user can now set his preferred verbosity in the config (for now only debug or info, debug being the default).