org.objectweb.util.monolog.wrapper.p6spy

Class P6SpyLogger

Implemented Interfaces:
P6Logger

public class P6SpyLogger
extends FormattedLogger
implements P6Logger

This class is a wrapper between the P6spy loggiing module and monolog. The aim is to log the SQL queries into a monolog loggger.

Author:
S.Chassande-Barrioz

Field Summary

static int
level
static Logger
logger

Constructor Summary

P6SpyLogger()

Method Summary

void
logException(Exception e)
void
logText(String s)

Field Details

level

public static int level


logger

public static Logger logger

Constructor Details

P6SpyLogger

public P6SpyLogger()

Method Details

logException

public void logException(Exception e)


logText

public void logText(String s)