Details |
Last modification |
View Log
| RSS feed
| Rev |
Author |
Line No. |
Line |
| 18 |
naveen |
1 |
/**
|
|
|
2 |
*
|
|
|
3 |
*/
|
|
|
4 |
package in.shop2020.util;
|
|
|
5 |
|
|
|
6 |
import java.util.logging.Logger;
|
|
|
7 |
|
|
|
8 |
/**
|
|
|
9 |
* @author naveen
|
|
|
10 |
*
|
|
|
11 |
*/
|
|
|
12 |
public class Utils {
|
|
|
13 |
public static Logger logger = Logger.getLogger(Logger.GLOBAL_LOGGER_NAME);
|
|
|
14 |
}
|