USRE-84 Change to SLF4J
This commit is contained in:
parent
37b3e5f584
commit
be63e6bb6b
|
@ -1,6 +1,7 @@
|
||||||
package org.realtor.rets.retsapi;
|
package org.realtor.rets.retsapi;
|
||||||
|
|
||||||
import org.apache.log4j.*;
|
import org.slf4j.Logger;
|
||||||
|
import org.slf4j.LoggerFactory;
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@ -12,7 +13,7 @@ import org.apache.log4j.*;
|
||||||
* @version 1.0
|
* @version 1.0
|
||||||
*/
|
*/
|
||||||
public class RETSActionTransaction extends RETSTransaction {
|
public class RETSActionTransaction extends RETSTransaction {
|
||||||
static Category cat = Category.getInstance(RETSConnection.class);
|
private final static Logger logger = LoggerFactory.getLogger(RETSLogoutTransaction.class);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Constructor
|
* Constructor
|
||||||
|
|
Loading…
Reference in New Issue