changed: improve logging customizability
authorspiff <spiff@xbmc.org>
Sat, 4 May 2013 08:52:17 +0000 (10:52 +0200)
committerspiff <spiff@xbmc.org>
Sat, 4 May 2013 08:58:28 +0000 (10:58 +0200)
commit8ff1023321b1814d5afe5c1945e6967f65ac8454
tree335d947faed02928b2984fcacabb6e021ab86f99
parentf6b29c08917fecffa25af48222a508d53838b016
changed: improve logging customizability

  - remove LOG_LEVEL_DEBUG_SAMBA
  - add a mask field for log levels
  - make the log levels customizable from the gui
19 files changed:
addons/xbmc.debug/addon.xml [new file with mode: 0644]
addons/xbmc.debug/resources/language/English/strings.po [new file with mode: 0644]
addons/xbmc.debug/resources/settings.xml [new file with mode: 0644]
language/English/strings.po
system/settings/settings.xml
xbmc/Application.cpp
xbmc/commons/ilog.h
xbmc/cores/dvdplayer/DVDDemuxers/DVDDemuxFFmpeg.cpp
xbmc/cores/dvdplayer/DVDInputStreams/DVDInputStreamRTMP.cpp
xbmc/filesystem/CurlFile.cpp
xbmc/filesystem/MythSession.cpp
xbmc/filesystem/SmbFile.cpp
xbmc/linux/DBusMessage.cpp
xbmc/settings/AdvancedSettings.cpp
xbmc/settings/AdvancedSettings.h
xbmc/settings/Settings.cpp
xbmc/storage/linux/UDisksProvider.cpp
xbmc/utils/log.cpp
xbmc/utils/log.h