mirror of
https://github.com/weechat/weechat.git
synced 2026-06-12 14:14:48 +02:00
Merge pull request #1413 from FiXato/patch-2
Added introductory description of Logger masks
This commit is contained in:
@@ -2958,12 +2958,15 @@ Some examples:
|
||||
==== Filenames masks
|
||||
|
||||
It is possible to define a filename mask for each buffer, and use local buffer
|
||||
variables to build filename. To see local variables for current buffer:
|
||||
variables to build filename. To see available local variables for current buffer:
|
||||
|
||||
----
|
||||
/buffer localvar
|
||||
----
|
||||
|
||||
Masks will be matched on options in descending order of specificity on
|
||||
`logger.mask.$plugin.*`, with `logger.file.mask` as fallback option.
|
||||
|
||||
For example, on buffer "irc.freenode.#weechat", WeeChat will search a mask with
|
||||
option name, in this order:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user