/usr/share/gtk-doc/html/plank/Plank.LogLevel.html is in libplank-doc 0.11.4-2.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 | <?xml version="1.0" encoding="utf-8"?>
<html>
<head>
<meta charset="UTF-8"/>
<title>Plank.LogLevel – plank – Vala Binding Reference</title>
<link href="devhelpstyle.css" rel="stylesheet" type="text/css"/><script src="scripts.js" type="text/javascript">
</script>
</head>
<body>
<div class="site_header">Plank.LogLevel – plank Reference Manual</div>
<div class="site_body">
<div class="site_content">
<h1 class="main_title">LogLevel</h1>
<hr class="main_hr"/>
<h2 class="main_title">Description:</h2>
<div class="main_code_definition"><span class="main_keyword">public</span> <span class="main_keyword">enum</span> <b><span class="enum">LogLevel</span></b>
</div>
<div class="description">
<p>Controls what messages show in the console log.</p>
</div><br/>
<div class="namespace_note"><b>Namespace:</b> <a href="Plank.html">Plank</a>
</div>
<div class="package_note"><b>Package:</b> <a href="index.htm">plank</a>
</div>
<h2 class="main_title">Content:</h2>
<h3 class="main_title">Enum values:</h3>
<ul class="navi_inline">
<li class="enumvalue"><a href="Plank.LogLevel.VERBOSE.html">VERBOSE</a> - <span class="brief_description">Extra debugging info. A *LOT* of
messages.</span></li>
<li class="enumvalue"><a href="Plank.LogLevel.DEBUG.html">DEBUG</a> - <span class="brief_description">Debugging messages that help track
what the application is doing.</span></li>
<li class="enumvalue"><a href="Plank.LogLevel.INFO.html">INFO</a> - <span class="brief_description">General information messages. Similar to
debug but perhaps useful to non-debug users.</span></li>
<li class="enumvalue"><a href="Plank.LogLevel.NOTIFY.html">NOTIFY</a> - <span class="brief_description">Messages that also show a libnotify
message.</span></li>
<li class="enumvalue"><a href="Plank.LogLevel.WARN.html">WARN</a> - <span class="brief_description">Any messsage that is a warning.</span>
</li>
<li class="enumvalue"><a href="Plank.LogLevel.CRITICAL.html">CRITICAL</a> - <span class="brief_description">Any message considered critical.
These can be recovered from but might make the application function abnormally.</span></li>
<li class="enumvalue"><a href="Plank.LogLevel.ERROR.html">ERROR</a> - <span class="brief_description">Any message considered an error. These
generally break the application.</span></li>
</ul>
</div>
</div><br/>
<div class="site_footer">Generated by <a href="http://www.valadoc.org/">Valadoc</a>
</div>
</body>
</html>
|