- Timestamp:
- Aug 16, 2017, 12:53:41 PM (7 years ago)
- Branches:
- master
- Children:
- 42779f8
- Parents:
- 5093c6f
- git-author:
- Jason Gross <jgross@mit.edu> (07/12/11 17:10:09)
- git-committer:
- Jason Gross <jasongross9@gmail.com> (08/16/17 12:53:41)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
perl/lib/BarnOwl/Logging.pm
r5093c6f r4ead7b3 33 33 34 34 use File::Spec; 35 36 $BarnOwl::Hooks::newMessage->add("BarnOwl::Logging::log"); 35 37 36 38 =head2 sanitize_filename BASE_PATH FILENAME … … 116 118 sub log { 117 119 my ($m) = @_; 120 return unless defined $m; 118 121 return unless BarnOwl::Logging::should_log_message($m); 119 122 my $log_text = $m->log;
Note: See TracChangeset
for help on using the changeset viewer.