var fDesc=new Array(); fDesc[0] = "Log4View it can help you to locate critical sequences, find bugs and identify performance issues. Powerful filtering techniques allow you to quickly strip down millions of log messages to the extract you are currently interested in.
LOG4VIEW is designed to work with log4net and log4j, the common logging frameworks for managed applications."; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }