Subversion Repositories SmartDukaan

Rev

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

Rev 54 Rev 61
Line 21... Line 21...
21
	 * INFO type message
21
	 * INFO type message
22
	 * 
22
	 * 
23
	 * @param obj
23
	 * @param obj
24
	 */
24
	 */
25
	public static void info(Object obj) {
25
	public static void info(Object obj) {
26
		//System.out.println("INFO: " + obj.toString());
26
		System.out.println("INFO: " + obj.toString());
27
	}
27
	}
28
	
28
	
29
	/**
29
	/**
30
	 * SEVERE type message
30
	 * SEVERE type message
31
	 * 
31
	 *