User:Ned Scott/Sandbox3: Difference between revisions

From Official Kodi Wiki
Jump to navigation Jump to search
No edit summary
(Blanked the page)
 
(41 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{xml setting
| tag name = loglevel
| parent tag =
| requires tag =
| tag attribute = hide
| tag attribute type = true_false
| tag attribute values =
{{option values
| value1= true | value1 description= Hides "enable debugging" guisetting.
| value2= false | value2 description= "enable debugging" guisetting will switch between min(loglevel, 0) and max(loglevel, 2) for off and on respectively. This is useful for chasing infrequent bugs where you may always want a debug text log, yet still be able to get at the on screen debug info without restarting the app.
}}
| tag attribute default values = true
| option type = list
| option values =
{{option values
| value1= -1 | value1 description= No logging, suppresses all log output
| value2= 0 | value2 description= Normal logging, only logging errors (Default)
| value3= 1 | value3 description= Debug logging
| value4= 2 | value4 description= Debug logging with freemem, fps and cpu usage shown on screen
| value5= 3 | value5 description= Debug logging with freemem, fps and cpu usage and full smb logging
}}
| default values = 0
| example values =
| platform = all
| XBMC version = 8-12
| description =
The logging level that XBMC will use to log errors and information. The tag attribute is optional.


Example:
<source lang="xml">
    <loglevel hide="false">2</loglevel>
</source>
}}

Latest revision as of 11:28, 5 January 2015