How to define custome log level?

2002-08-19 Thread Narayanan, Shiva (MED, Compuware)
Hello All, We would like to use just two logging levels in our project (namely standard and verbose). We don't want to use the exisiting levels(ALL, DEBUG, ERROR, FATAL, INFO, OFF and WARN).How do we achieve this? Do we have to subclass org.apache.log4j.Level class? Thanks, Shiva -- To

Defining custom log levels

2002-08-16 Thread Narayanan, Shiva (MED, Compuware)
Hello All, We would like to use just two logging levels in our project (namely standard and verbose). We don't want to use the exisiting levels(ALL, DEBUG, ERROR, FATAL, INFO, OFF and WARN).How do we achieve this? Do we have to subclass org.apache.log4j.Level class? Thanks, Shiva -- To

RE: JDBCAppender - Column values

2002-07-24 Thread Narayanan, Shiva (MED, Compuware)
) Kevin Narayanan, Shiva (MED, Compuware) wrote: Hello All, We have the following requirements. We have a table called logMessage in Oracle. Fields in the table are Emp_id -- Char data type Session_id -- Char data type Emp_name -- Char data type Transaction_type-- Char data

JDBCAppender - Column values

2002-07-23 Thread Narayanan, Shiva (MED, Compuware)
Hello All, We have the following requirements. We have a table called logMessage in Oracle. Fields in the table are Emp_id -- Char data type Session_id -- Char data type Emp_name -- Char data type Transaction_type-- Char data type Transaction_timestamp -- Date data