readerlogdatabase.sqlj

来自「pl/sql中记log的函数」· SQLJ 代码 · 共 37 行

SQLJ
37
字号

package log4plsql.backgroundProcess;


/*
 * Copyright (C) LOG4PLSQL project team. All rights reserved.
 *
 * This software is published under the terms of the The LOG4PLSQL 
 * Software License, a copy of which has been included with this
 * distribution in the LICENSE.txt file.  
 * see: <http://log4plsql.sourceforge.net>  */
 
 
import java.sql.SQLException;
import java.lang.Throwable;
import java.lang.Integer;
import java.util.Hashtable;
import sqlj.runtime.ref.DefaultContext;
import oracle.sqlj.runtime.Oracle;
import org.apache.log4j.Priority;
import org.apache.log4j.Level;
import org.apache.log4j.Category;
import org.apache.log4j.Logger;
import org.apache.log4j.spi.LoggingEvent;

import org.apache.log4j.NDC;


/**
 * SQLJ code for database 
 * ion, and reading. 
 * @author 	guillaume Moulard 
 * @version 	2.0   
 * @since       LOG4PLSQL V3.1.2
 *
 * Logger stategie is updated en 2.0 production after
 * Ceki G黮c

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?