~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/plugin/logging.h

Merge Monty

Show diffs side-by-side

added added

removed removed

Lines of Context:
26
26
 
27
27
#include <string>
28
28
 
 
29
namespace drizzled
 
30
{
29
31
class Session;
30
32
 
31
 
namespace drizzled
32
 
{
33
33
namespace plugin
34
34
{
35
35