Subversion Repositories SmartDukaan

Rev

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

Rev 74 Rev 75
Line 90... Line 90...
90
	 * INFO type message
90
	 * INFO type message
91
	 * 
91
	 * 
92
	 * @param obj
92
	 * @param obj
93
	 */
93
	 */
94
	public static void info(Object obj) {
94
	public static void info(Object obj) {
95
		//System.out.println("INFO: " + obj.toString());
95
		System.out.println("INFO: " + obj.toString());
96
	}
96
	}
97
	
97
	
98
	/**
98
	/**
99
	 * SEVERE type message
99
	 * SEVERE type message
100
	 * 
100
	 *