~drizzle-trunk/drizzle/development

1637.3.1 by Mark Atwood
new syslog module, with plugins for query log, error message, and SYSLOG() function
1
[plugin]
2
title=Syslog
3
description=Syslog interface for query log, error messages, and functions
4
version=0.3
5
author=Mark Atwood <me@mark.atwood.name>
6
license=PLUGIN_LICENSE_GPL
7
load_by_default=yes
8
headers=
9
 logging.h
10
 errmsg.h
11
 function.h
12
 wrap.h
13
 names.h
14
sources=
15
 module.cc
16
 logging.cc
17
 errmsg.cc
18
 function.cc
19
 wrap.cc