summaryrefslogtreecommitdiff
path: root/doc/de/autogen/logger_options.xml
blob: 3c9d397933b3fbc63667cebfc9ed8898c175b3ca (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
<?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>: automatically save content of buffers to files (unless a buffer disables log)
<itemizedlist>
  <listitem>
    <para>type: boolean</para>
  </listitem>
  <listitem>
    <para>values: on, off (default value: on)</para>
  </listitem>
</itemizedlist>

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

<command>logger.file.mask</command>: 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
<itemizedlist>
  <listitem>
    <para>type: string</para>
  </listitem>
  <listitem>
    <para>values: any string (default value: '$plugin.$name.weechatlog')</para>
  </listitem>
</itemizedlist>

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

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

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

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