http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13531
--- Comment #13 from Martin Renvoize <[email protected]> --- (In reply to Thomas Wright from comment #12) > Hey Martin, > > The academy is over, but I am hoping to continue with contribution to Koha. > Without Chris to guide me could you please advise me as to where I would > find an example of the log syntax. Not sure if I will be able to figure it > out, but i'll try! > > Thanks That's great news that your tempted to stick around Thomas, we can always do with more keen contributors and you'll find even outside the Catalyst environment you should get allot of support for us.. Have you discovered the IRC channel, it's a great place to seek advice if/whenever your stuck :) As for the log syntax, this script is a bit of a special case for logging (there's a whole debate regarding logging in general for koha going on at the moment). But, having said that, the bulkmarcimport tool already impliments it's own loggin system; An example of this can be seen aroud line: 404 (This should be the best example for your particular required followup ;) ).. to see how the logging itself works (just for interest) you could take a look at the routine itself found on lines 592 -> 595. Cheers Martin -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
