summaryrefslogtreecommitdiff
path: root/doc/de/autogen/logger_options.xml
blob: b97418293916f9b72cb3eea923be86fb6a1295f3 (plain)
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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
<?xml version="1.0" encoding="UTF-8"?>
<!--
     ********* WARNING! *********

     This file is autogenerated with docgen.pl script. *** DO NOT EDIT! ***
     docgen.pl builds XML doc files to include in many languages
-->

<command>logger.file.auto_log</command>
<itemizedlist>
  <listitem>
    <para>description: automatically save content of buffers to files (unless a buffer disables log)</para>
  </listitem>
  <listitem>
    <para>type: boolean</para>
  </listitem>
  <listitem>
    <para>values: on, off</para>
  </listitem>
  <listitem>
    <para>default value: on</para>
  </listitem>
</itemizedlist>

<command>logger.file.info_lines</command>
<itemizedlist>
  <listitem>
    <para>description: write information line in log file when log starts or ends for a buffer</para>
  </listitem>
  <listitem>
    <para>type: boolean</para>
  </listitem>
  <listitem>
    <para>values: on, off</para>
  </listitem>
  <listitem>
    <para>default value: off</para>
  </listitem>
</itemizedlist>

<command>logger.file.mask</command>
<itemizedlist>
  <listitem>
    <para>description: default file name mask for log files (format is 'directory/to/file' or 'file', without first '/' because 'path' option is used to build complete path to file); local buffer variables are permitted</para>
  </listitem>
  <listitem>
    <para>type: string</para>
  </listitem>
  <listitem>
    <para>values: any string</para>
  </listitem>
  <listitem>
    <para>default value: '$plugin.$name.weechatlog'</para>
  </listitem>
</itemizedlist>

<command>logger.file.name_lower_case</command>
<itemizedlist>
  <listitem>
    <para>description: use only lower case for log filenames</para>
  </listitem>
  <listitem>
    <para>type: boolean</para>
  </listitem>
  <listitem>
    <para>values: on, off</para>
  </listitem>
  <listitem>
    <para>default value: on</para>
  </listitem>
</itemizedlist>

<command>logger.file.path</command>
<itemizedlist>
  <listitem>
    <para>description: path for WeeChat log files ('%h' will be replaced by WeeChat home, ~/.weechat by default)</para>
  </listitem>
  <listitem>
    <para>type: string</para>
  </listitem>
  <listitem>
    <para>values: any string</para>
  </listitem>
  <listitem>
    <para>default value: '%h/logs/'</para>
  </listitem>
</itemizedlist>

<command>logger.file.time_format</command>
<itemizedlist>
  <listitem>
    <para>description: timestamp used in log files (see man strftime for date/time specifiers)</para>
  </listitem>
  <listitem>
    <para>type: string</para>
  </listitem>
  <listitem>
    <para>values: any string</para>
  </listitem>
  <listitem>
    <para>default value: '%Y-%m-%d %H:%M:%S'</para>
  </listitem>
</itemizedlist>

<command>logger.look.backlog</command>
<itemizedlist>
  <listitem>
    <para>description: maximum number of lines to display from log file when creating new buffer (0 = no backlog)</para>
  </listitem>
  <listitem>
    <para>type: integer</para>
  </listitem>
  <listitem>
    <para>values: 0 .. 2147483647</para>
  </listitem>
  <listitem>
    <para>default value: 20</para>
  </listitem>
</itemizedlist>