summaryrefslogtreecommitdiff
path: root/doc/it/autogen/user/logger_options.adoc
diff options
context:
space:
mode:
authorSébastien Helleu <flashcode@flashtux.org>2020-05-03 14:03:50 +0200
committerSébastien Helleu <flashcode@flashtux.org>2020-05-03 14:05:18 +0200
commit505a91c6003058adf531255dc9a41efea5c7d1f8 (patch)
tree8cbf78be1fa3b9fde46b95e91f90425a63eb6a80 /doc/it/autogen/user/logger_options.adoc
parent7bcb8ff0d8bfd05657a78096d5dd12c2d44fbf02 (diff)
downloadweechat-505a91c6003058adf531255dc9a41efea5c7d1f8.zip
doc: merge 53 autogen files into 11 files, move them to includes directory
Diffstat (limited to 'doc/it/autogen/user/logger_options.adoc')
-rw-r--r--doc/it/autogen/user/logger_options.adoc99
1 files changed, 0 insertions, 99 deletions
diff --git a/doc/it/autogen/user/logger_options.adoc b/doc/it/autogen/user/logger_options.adoc
deleted file mode 100644
index 9aa8db902..000000000
--- a/doc/it/autogen/user/logger_options.adoc
+++ /dev/null
@@ -1,99 +0,0 @@
-//
-// This file is auto-generated by script docgen.py.
-// DO NOT EDIT BY HAND!
-//
-* [[option_logger.color.backlog_end]] *logger.color.backlog_end*
-** descrizione: pass:none[colore per la riga finale nella cronologia]
-** tipo: colore
-** valori: a WeeChat color name (default, black, (dark)gray, white, (light)red, (light)green, brown, yellow, (light)blue, (light)magenta, (light)cyan), a terminal color number or an alias; attributes are allowed before color (for text color only, not background): "*" for bold, "!" for reverse, "/" for italic, "_" for underline
-** valore predefinito: `+default+`
-
-* [[option_logger.color.backlog_line]] *logger.color.backlog_line*
-** descrizione: pass:none[color for backlog lines, used only if the option logger.file.color_lines is off]
-** tipo: colore
-** valori: a WeeChat color name (default, black, (dark)gray, white, (light)red, (light)green, brown, yellow, (light)blue, (light)magenta, (light)cyan), a terminal color number or an alias; attributes are allowed before color (for text color only, not background): "*" for bold, "!" for reverse, "/" for italic, "_" for underline
-** valore predefinito: `+default+`
-
-* [[option_logger.file.auto_log]] *logger.file.auto_log*
-** descrizione: pass:none[salva automaticamente il contenuto dei buffer su file (a meno che un buffer disabiliti il log)]
-** tipo: bool
-** valori: on, off
-** valore predefinito: `+on+`
-
-* [[option_logger.file.color_lines]] *logger.file.color_lines*
-** descrizione: pass:none[use ANSI color codes in lines written in log files and display backlog lines with these colors]
-** tipo: bool
-** valori: on, off
-** valore predefinito: `+off+`
-
-* [[option_logger.file.flush_delay]] *logger.file.flush_delay*
-** descrizione: pass:none[numero di secondi tra il flush (scrittura) dei file di log (0 = scrive sui file di log immediatamente per ogni riga stampata)]
-** tipo: intero
-** valori: 0 .. 3600
-** valore predefinito: `+120+`
-
-* [[option_logger.file.fsync]] *logger.file.fsync*
-** descrizione: pass:none[use fsync to synchronize the log file with the storage device after the flush (see man fsync); this is slower but should prevent any data loss in case of power failure during the save of log file]
-** tipo: bool
-** valori: on, off
-** valore predefinito: `+off+`
-
-* [[option_logger.file.info_lines]] *logger.file.info_lines*
-** descrizione: pass:none[scrive una riga informativa nel file di log quando il log inizia o termina per un buffer]
-** tipo: bool
-** valori: on, off
-** valore predefinito: `+off+`
-
-* [[option_logger.file.mask]] *logger.file.mask*
-** descrizione: pass:none[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 (you should use only variables that are defined on all buffers, so for example you should NOT use $server nor $channel); date specifiers are permitted (see man strftime)]
-** tipo: stringa
-** valori: qualsiasi stringa
-** valore predefinito: `+"$plugin.$name.weechatlog"+`
-
-* [[option_logger.file.name_lower_case]] *logger.file.name_lower_case*
-** descrizione: pass:none[usare solo lettere minuscole per i nomi dei file di log]
-** tipo: bool
-** valori: on, off
-** valore predefinito: `+on+`
-
-* [[option_logger.file.nick_prefix]] *logger.file.nick_prefix*
-** descrizione: pass:none[testo da scrivere prima del nick nel prefisso del messaggo, esempio: "<"]
-** tipo: stringa
-** valori: qualsiasi stringa
-** valore predefinito: `+""+`
-
-* [[option_logger.file.nick_suffix]] *logger.file.nick_suffix*
-** descrizione: pass:none[testo da scrivere dopo il nick nel prefisso del messaggo, esempio: "<"]
-** tipo: stringa
-** valori: qualsiasi stringa
-** valore predefinito: `+""+`
-
-* [[option_logger.file.path]] *logger.file.path*
-** descrizione: pass:none[path for WeeChat log files; "%h" at beginning of string is replaced by WeeChat home ("~/.weechat" by default); date specifiers are permitted (see man strftime) (note: content is evaluated, see /help eval)]
-** tipo: stringa
-** valori: qualsiasi stringa
-** valore predefinito: `+"%h/logs/"+`
-
-* [[option_logger.file.replacement_char]] *logger.file.replacement_char*
-** descrizione: pass:none[carattere di sostituzione per i caratteri speciali nei nomi dei file salvati con la mask (come il delimitatore di directory)]
-** tipo: stringa
-** valori: qualsiasi stringa
-** valore predefinito: `+"_"+`
-
-* [[option_logger.file.time_format]] *logger.file.time_format*
-** descrizione: pass:none[data e ora usati nei file di log (consultare man strftime per gli specificatori di data/ora)]
-** tipo: stringa
-** valori: qualsiasi stringa
-** valore predefinito: `+"%Y-%m-%d %H:%M:%S"+`
-
-* [[option_logger.look.backlog]] *logger.look.backlog*
-** descrizione: pass:none[numero massimo di righe da visualizzare dal file di log alla creazione di un nuovo buffer (0 = nessuna cronologia)]
-** tipo: intero
-** valori: 0 .. 2147483647
-** valore predefinito: `+20+`
-
-* [[option_logger.look.backlog_conditions]] *logger.look.backlog_conditions*
-** descrizione: pass:none[conditions to display the backlog (note: content is evaluated, see /help eval); empty value displays the backlog on all buffers; for example to display backlog on private buffers only: "${type} == private"]
-** tipo: stringa
-** valori: qualsiasi stringa
-** valore predefinito: `+""+`