~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/logging_syslog/plug.in

  • Committer: Mark Atwood
  • Date: 2009-01-08 23:29:00 UTC
  • mto: (779.1.3 devel)
  • mto: This revision was merged to the branch mainline in revision 784.
  • Revision ID: me@mark.atwood.name-20090108232900-yg03vfahncfabbf2
add syslog based logging plugin

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
DRIZZLE_PLUGIN(logging_syslog,[Syslog Logging Plugin],
 
2
        [Logging Plugin that writes to syslog.])
 
3
DRIZZLE_PLUGIN_DYNAMIC(logging_syslog, [liblogging_syslog.la])