~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/logging_syslog/plugin.ini

Merged up with trunk properly.

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])
4
 
DRIZZLE_PLUGIN_STATIC(logging_syslog, [liblogging_syslog.a])
5
 
DRIZZLE_PLUGIN_MANDATORY(logging_syslog)  dnl Default
 
1
[plugin]
 
2
name=logging_syslog
 
3
title=Syslog Logging Plugin
 
4
description=Logging Plugin that writes to syslog.
 
5
load_by_default=yes