org.equanda.util.script
Interface DatabaseExtension.JDBCLogger

Enclosing class:
DatabaseExtension

public static interface DatabaseExtension.JDBCLogger

JDBCLogger allows proper handling of database access logging


Method Summary
 boolean isDebug()
           
 boolean isInfo()
           
 void logDebug(String database, String comment)
           
 void logInfo(String database, String comment)
           
 

Method Detail

isInfo

boolean isInfo()

isDebug

boolean isDebug()

logInfo

void logInfo(String database,
             String comment)

logDebug

void logDebug(String database,
              String comment)


Copyright © 2007-2009. All Rights Reserved.