Omar Barkawi

Greenhorn
+ Follow
since Sep 28, 2009
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
In last 30 days
0
Forums and Threads

Recent posts by Omar Barkawi

Dear all,

I have a performance issue regarding myTable.rows(i).click() function , its taking too much time if I have more than 400 records.



is there any peroframce tuning regarding this issue ?

Thanks ,
Hello ,

Please help me in this issue , am trying to make log4j to log a specific class (exceptions, messages, etc..) on FileAppender , other classes should should append to the consoleAppender.

I've tried the following code :



When I try to log on the file nothing happens on FileAppender , but the logs are viewed on the Console using ConsoleAppender.

Any help will be appriciated.

Thanks in advance.