Code

plugin: Ignore internal loggers when checking for existing loggers.
authorSebastian Harl <sh@tokkee.org>
Wed, 25 Jun 2014 21:12:44 +0000 (23:12 +0200)
committerSebastian Harl <sh@tokkee.org>
Wed, 25 Jun 2014 21:12:44 +0000 (23:12 +0200)
An internal logger may currently be registered by the frontend which uses it
to send log messages to a client. Usually, these internal loggers will not
actually log stuff. Thus, we'll have to ignore them when deciding about
fallbacks.


No differences found