Changeset 5093c6f for perlglue.xs


Ignore:
Timestamp:
Aug 16, 2017, 12:53:41 PM (7 years ago)
Author:
Jason Gross <jasongross9@gmail.com>
Branches:
master
Children:
4ead7b3
Parents:
9bfab40
git-author:
Jason Gross <jgross@mit.edu> (07/12/11 16:19:57)
git-committer:
Jason Gross <jasongross9@gmail.com> (08/16/17 12:53:41)
Message:
Moved the checking of whether or not to log messages to perl
File:
1 edited

Legend:

Unmodified
Added
Removed
  • perlglue.xs

    rda7341e r5093c6f  
    683683        OUTPUT:
    684684                RETVAL
     685
     686MODULE = BarnOwl                PACKAGE = BarnOwl::Logging
     687
     688void
     689enqueue_text(log_text, filename)
     690        const char * log_text
     691        const char * filename
     692        CODE:
     693                owl_log_enqueue_message(log_text, filename);
Note: See TracChangeset for help on using the changeset viewer.