Subversion Repositories SmartDukaan

Rev

Rev 18 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 18 Rev 41
Line 9... Line 9...
9
 * @author naveen
9
 * @author naveen
10
 *
10
 *
11
 */
11
 */
12
public class Utils {
12
public class Utils {
13
	public static Logger logger = Logger.getLogger(Logger.GLOBAL_LOGGER_NAME);
13
	public static Logger logger = Logger.getLogger(Logger.GLOBAL_LOGGER_NAME);
-
 
14
 
-
 
15
	
-
 
16
	public static void info(Object obj) {
-
 
17
	}
-
 
18
	
-
 
19
	public static void severe(Object obj) {
-
 
20
		System.out.println("SEVERE: " + obj.toString());
-
 
21
	}
-
 
22
	
-
 
23
	public static void warning(Object obj) {
-
 
24
		System.out.println("WARNING: " + obj.toString());
-
 
25
	}
14
}
26
}