org.postgresql.pljava.internal
Class LoggerConfigurator

java.lang.Object
  extended by org.postgresql.pljava.internal.LoggerConfigurator

public class LoggerConfigurator
extends java.lang.Object

Provides access to the loggin mechanism of the PostgreSQL server.


Constructor Summary
LoggerConfigurator()
           
 
Method Summary
static java.util.logging.Level getPgLevel()
          Obtains the "log_min_messages" configuration variable and translates it into a Level object.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LoggerConfigurator

public LoggerConfigurator()
Method Detail

getPgLevel

public static java.util.logging.Level getPgLevel()
Obtains the "log_min_messages" configuration variable and translates it into a Level object.

Returns:
The Level that corresponds to the configuration variable.


Copyright (c) 2003, 2004 TADA AB - Taby Sweden. Distributed under the terms shown in COPYRIGHT