79 lines
2.4 KiB
XML
79 lines
2.4 KiB
XML
<?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>
|
|
|