Changeset b807d8f for perl


Ignore:
Timestamp:
Aug 16, 2017, 12:53:41 PM (7 years ago)
Author:
Jason Gross <jasongross9@gmail.com>
Branches:
master
Children:
09f7753
Parents:
3222df2
git-author:
Jason Gross <jgross@mit.edu> (08/06/17 01:18:45)
git-committer:
Jason Gross <jasongross9@gmail.com> (08/16/17 12:53:41)
Message:
Improve some documentation of logging variables

As per PR #54 review comments.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • perl/lib/BarnOwl/Logging.pm

    r3222df2 rb807d8f  
    6767                         . "variables like logging, classlogging, loglogins, loggingdirection,\n"
    6868                         . "etc.  If you want this variable to control all logging, make sure\n"
    69                          . "all other logging variables are in their default state."
     69                         . "all other logging variables are left off (the default)."
    7070        });
    7171
     
    7575            summary     => 'enable logging of login notifications',
    7676            description => "When this is enabled, BarnOwl will log login and logout notifications\n"
    77                          . "for AIM, zephyr, or other protocols.  If disabled BarnOwl will not print\n"
     77                         . "for AIM, zephyr, or other protocols.  If disabled BarnOwl will not log\n"
    7878                         . "login or logout notifications."
    7979        });
     
    9292                           . "particular, if this variable is set to 'out', the\n"
    9393                           . "classlogging variable will have no effect, and no\n"
    94                            . "class messages will be logged."
     94                           . "class messages (which are always incoming) will be\n"
     95                           . "logged."
    9596        });
    9697
Note: See TracChangeset for help on using the changeset viewer.