~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/logging_syslog/logging_syslog.cc

Merged plugin-registration.

Show diffs side-by-side

added added

removed removed

Lines of Context:
64
64
 
65
65
class Logging_syslog: public Logging_handler
66
66
{
 
67
public:
 
68
 
 
69
  Logging_syslog() : Logging_handler("Logging_syslog") {}
67
70
 
68
71
  virtual bool post (Session *session)
69
72
  {