~ubuntu-branches/ubuntu/wily/weechat/wily

« back to all changes in this revision

Viewing changes to doc/en/autogen/user/logger_options.asciidoc

  • Committer: Package Import Robot
  • Author(s): Emmanuel Bouthenot
  • Date: 2015-08-19 18:34:17 UTC
  • mfrom: (29.1.11 sid)
  • Revision ID: package-import@ubuntu.com-20150819183417-u026z5wo8knpcdqd
Tags: 1.3-1
* New upstream release
  - Remove backported patch to fix FTBFS with ruby 2.2
* Use dh-exec to build javascript plugin only on architectures which v8
  engine supports. Thanks to Mateusz Łukasik for the patch
  (Closes: #794584)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
//
 
2
// This file is auto-generated by script docgen.py.
 
3
// DO NOT EDIT BY HAND!
 
4
//
1
5
* [[option_logger.color.backlog_end]] *logger.color.backlog_end*
2
6
** description: `color for line ending the backlog`
3
7
** type: color
44
48
** values: any string (default value: `""`)
45
49
 
46
50
* [[option_logger.file.path]] *logger.file.path*
47
 
** description: `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)`
 
51
** description: `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)`
48
52
** type: string
49
53
** values: any string (default value: `"%h/logs/"`)
50
54