~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/logging_syslog/logging_syslog.cc

  • Committer: Brian Aker
  • Date: 2009-04-07 20:09:30 UTC
  • mfrom: (971.1.17 mordred)
  • Revision ID: brian@gaz-20090407200930-27jkul7lkwkjs2to
Merge from Monty

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
  {