~ubuntu-branches/ubuntu/wily/gnome-system-log/wily-proposed

« back to all changes in this revision

Viewing changes to help/uk/log-filter.page

  • Committer: Package Import Robot
  • Author(s): Michael Biebl, Sebastien Bacher, Michael Biebl
  • Date: 2012-03-20 03:41:53 UTC
  • mfrom: (1.1.1)
  • Revision ID: package-import@ubuntu.com-20120320034153-1hw3z3dk0zlnzb09
Tags: 3.3.92-1
[ Sebastien Bacher ]
* debian/gnome-system-log.gsettings-override:
  - define a list of logs to display by default

[ Michael Biebl ]
* New upstream development release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="utf-8"?>
 
2
<page xmlns="http://projectmallard.org/1.0/" type="guide" id="log-filter" xml:lang="uk">
 
3
 
 
4
  <info>
 
5
    <link type="guide" xref="index#main"/>
 
6
    <link type="seealso" xref="log-search"/>
 
7
    <revision version="3.3" date="2011-10-30" status="review"/>
 
8
    <desc>Include or exclude shown lines using regular expressions.</desc>
 
9
 
 
10
    <credit type="author">
 
11
      <name>Ekaterina Gerasimova</name>
 
12
      <email>kittykat3756@googlemail.com</email>
 
13
    </credit>
 
14
 
 
15
    <license>
 
16
      <p>Creative Commons Share Alike 3.0</p>
 
17
    </license>
 
18
 
 
19
  </info>
 
20
 
 
21
  <title>Filter log</title>
 
22
 
 
23
  <p>The log viewer allows you to filter log content based on regular
 
24
  expressions. To set up or manage a new filter:</p>
 
25
 
 
26
  <steps>
 
27
    <item>
 
28
      <p>Open the filter manager dialog by clicking <guiseq><gui>Filters:</gui>
 
29
      <gui>Manage Filters</gui></guiseq>.</p>
 
30
    </item>
 
31
    <item>
 
32
      <p>Click <gui>Add</gui> to add a new filter, or select an existing filter
 
33
      and click <gui>Properties</gui> to edit it.</p>
 
34
    </item>
 
35
    <item>
 
36
      <p>Fill in the form or edit the fields that you wish to change:</p>
 
37
      <terms>
 
38
        <item>
 
39
          <title>Name:</title>
 
40
          <p>The identifier for the filter</p>
 
41
        </item>
 
42
        <item>
 
43
          <title>Regular Expression:</title>
 
44
          <p>What the filter will filter for</p>
 
45
        </item>
 
46
        <item>
 
47
          <title>Highlight:</title>
 
48
          <p>This option emphasizes the line containing the regular expression</p>
 
49
          <terms>
 
50
            <item>
 
51
              <title>Background:</title>
 
52
              <p>This is the font color</p>
 
53
              <note style="tip">
 
54
                <p>The default font color is black, which does not emphasize the
 
55
                text.</p>
 
56
              </note>
 
57
            </item>
 
58
            <item>
 
59
              <title>Foreground:</title>
 
60
              <p>This is the highlight color</p>
 
61
              <note style="tip">
 
62
                <p>The default highlight color is black, which shows solid black
 
63
                lines as a result, so it would be wise to change it.</p>
 
64
              </note>
 
65
            </item>
 
66
          </terms>
 
67
        </item>
 
68
        <item>
 
69
          <title>Hide:</title>
 
70
          <p>This option hides the lines containing the regular expression from
 
71
          the shown log</p>
 
72
        </item>
 
73
      </terms>
 
74
    </item>
 
75
    <item>
 
76
      <p>Click <gui>Apply</gui> to save the new filter or save changes to an
 
77
      existing one</p>
 
78
    </item>
 
79
    <item>
 
80
      <p>Back at the filter manager dialog, click <gui>Close</gui> to apply the
 
81
      changes.</p>
 
82
    </item>
 
83
  </steps>
 
84
 
 
85
  <p>Check the box next to the name of the filter that you want to enable in
 
86
  <gui>Filters:</gui>. If you want to view only the filters which have
 
87
  <gui>Highlight</gui> enabled and are checked, check
 
88
  <guiseq><gui>Filters:</gui><gui>Show matches only</gui></guiseq>.</p>
 
89
 
 
90
  <note style="tip">
 
91
    <p>If there is a conflict between a hidden and a highlighted filter, the
 
92
     line many show as an empty white line.</p>
 
93
  </note>
 
94
 
 
95
  <note style="bug">
 
96
    <p>If you uncheck a filter while viewing only matches, the log will show the
 
97
    lines without any formatting, regardless of whether they were hidden or
 
98
    highlighted before. The filter should reset when you check a highlighted
 
99
    filter.</p>
 
100
  </note>
 
101
 
 
102
</page>