File tree 2 files changed +3
-3
lines changed
core/persistence/src/main/java/it/geosolutions/geostore/core/dao/impl
modules/rest/auditing/src/main/java/it/geosolutions/geostore/services/rest/auditing
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 3
3
import com .googlecode .genericdao .search .ISearch ;
4
4
import it .geosolutions .geostore .core .dao .UserGroupAttributeDAO ;
5
5
import it .geosolutions .geostore .core .model .UserGroupAttribute ;
6
- import org .apache .log4j .Logger ;
6
+ import org .apache .logging .log4j .LogManager ;
7
+ import org .apache .logging .log4j .Logger ;
7
8
import org .springframework .transaction .annotation .Transactional ;
8
9
9
10
import java .util .List ;
10
11
11
12
@ Transactional (value = "geostoreTransactionManager" )
12
13
public class UserGroupAttributeDAOImpl extends BaseDAO <UserGroupAttribute , Long > implements UserGroupAttributeDAO {
13
14
14
- private static final Logger LOGGER = Logger .getLogger (UserGroupAttributeDAOImpl .class );
15
+ private static final Logger LOGGER = LogManager .getLogger (UserGroupAttributeDAOImpl .class );
15
16
16
17
/*
17
18
* (non-Javadoc)
Original file line number Diff line number Diff line change 27
27
*/
28
28
package it .geosolutions .geostore .services .rest .auditing ;
29
29
30
- import org .apache .logging .log4j .LogManager ;
31
30
import org .apache .logging .log4j .Logger ;
32
31
33
32
final class LogUtils {
You can’t perform that action at this time.
0 commit comments