log4plsql:


Package PLOGPARAM

package name : PLOGPARAM

See : http://log4plsql.sourceforge.net

Objectif : Store updatable paramter for PLOG.



This package is create befort PLOG



Field Summary
 TLOG.LLEVEL%TYPEDEFAULT_ASSET_LEVEL
           default level for asset
 BOOLEANDEFAULT_DBMS_OUTPUT
           if DEFAULT_DBMS_OUTPUT is true the log is send in standard output (DBMS_OUTPUT.PUT_LINE)
 VARCHAR2(255)DEFAULT_DBMS_PIPE_NAME
           default PIPE_NAME
 TLOG.LLEVEL%TYPEDEFAULT_FULL_CALL_STACK_LEVEL
           default level for call_stack_level
 TLOG.LLEVEL%TYPEDEFAULT_LEVEL
           LDEBUG for developement phase
 BOOLEANDEFAULT_LOG_ALERT
           if DEFAULT_LOG_ALERTLOG is true the log is write in alert.log file
 BOOLEANDEFAULT_LOG_OUT_TRANS
           TRUE default value for Logging out off transactional limits
 BOOLEANDEFAULT_LOG_TABLE
           TRUE default value for Logging in table
 BOOLEANDEFAULT_LOG_TRACE
           if DEFAULT_LOG_TRACE is true the log is write in trace file
 TLOG.LSECTION%TYPEDEFAULT_SECTION_SEP
           use for build a string section
 BOOLEANDEFAULT_USE_LOG4J
           if DEFAULT_USE_LOG4J is TRUE log4j Log4JbackgroundProcess are necessary

Field Detail

DEFAULT_LEVEL

  public TLOG.LLEVEL%TYPE DEFAULT_LEVEL
LDEBUG for developement phase

DEFAULT_LOG_TABLE

  public BOOLEAN DEFAULT_LOG_TABLE
TRUE default value for Logging in table

DEFAULT_USE_LOG4J

  public BOOLEAN DEFAULT_USE_LOG4J
if DEFAULT_USE_LOG4J is TRUE log4j Log4JbackgroundProcess are necessary

DEFAULT_LOG_OUT_TRANS

  public BOOLEAN DEFAULT_LOG_OUT_TRANS
TRUE default value for Logging out off transactional limits

DEFAULT_LOG_ALERT

  public BOOLEAN DEFAULT_LOG_ALERT
if DEFAULT_LOG_ALERTLOG is true the log is write in alert.log file

DEFAULT_LOG_TRACE

  public BOOLEAN DEFAULT_LOG_TRACE
if DEFAULT_LOG_TRACE is true the log is write in trace file

DEFAULT_DBMS_OUTPUT

  public BOOLEAN DEFAULT_DBMS_OUTPUT
if DEFAULT_DBMS_OUTPUT is true the log is send in standard output (DBMS_OUTPUT.PUT_LINE)

DEFAULT_ASSET_LEVEL

  public TLOG.LLEVEL%TYPE DEFAULT_ASSET_LEVEL
default level for asset

DEFAULT_FULL_CALL_STACK_LEVEL

  public TLOG.LLEVEL%TYPE DEFAULT_FULL_CALL_STACK_LEVEL
default level for call_stack_level

DEFAULT_SECTION_SEP

  public TLOG.LSECTION%TYPE DEFAULT_SECTION_SEP
use for build a string section

DEFAULT_DBMS_PIPE_NAME

  public VARCHAR2(255) DEFAULT_DBMS_PIPE_NAME
default PIPE_NAME

log4plsql: