log4jmonitor updated
A new version of the plugin is available at
:http://www.intellij.org/twiki/bin/view/Main/LogMonitorPlugin
Changes:
- several bug fixes
- a little bit beter table view of events
Maarten
请先登录再写评论。
A new version of the plugin is available at
:http://www.intellij.org/twiki/bin/view/Main/LogMonitorPlugin
Changes:
- several bug fixes
- a little bit beter table view of events
Maarten
请先登录再写评论。
I haven't used it much yet, but this seems very useful. I seem to get a
bunch of exceptions anytime something is logged, or maybe anytime something
is logged and the log4jmonitor isn't active, or something. The exception
and stack trace is at the end, in case it's useful...
Naturally, I have a few FRs and bugs: (isn't it a pain when other people
try to use your software?)
- The "details" icon has "Edit Configuration" as its mouseover and statusbar
text.
- The "about" icon has "Opens an editor window with the code" as its
statusbar text.
- On my machine, the events table view doesn't span the screen horizontally,
leaving about 2 inches of unused space on each side.
- The "details" view is very useful, but I wish it could take up more
vertical space.
Actually, it might be nice (at least, on my screen :) to be able to have the
event table and details view side-by-side instead of top/bottom. shrug
Anyway, I like this plugin. I look forward to the source, so I can
customize it instead of barraging everyone else with my FRs. :)
mike
ERROR - plication.impl.ApplicationImpl - Read access is allowed
from
event dispatch thread or inside read-action only (see
com.intellij.openapi.appli
cation.Application.runReadAction())
ERROR - plication.impl.ApplicationImpl - IntelliJ IDEA (Ariadna)
3.0
Build #639
ERROR - plication.impl.ApplicationImpl - JDK: 1.4.0_01
ERROR - plication.impl.ApplicationImpl - VM: Java HotSpot(TM)
Client
VM
ERROR - plication.impl.ApplicationImpl - Vendor: Sun Microsystems
Inc
.
ERROR - plication.impl.ApplicationImpl - OS: Windows 2000
ERROR - plication.impl.ApplicationImpl -
java.lang.Throwable
at com.intellij.openapi.diagnostic.Logger.error(Logger.java:41)
at
com.intellij.openapi.application.a.d.assertReadAccessAllowed(d.java:1
12)
at com.intellij.openapi.vfs.b.b.bb.findFileByPath(bb.java:68)
at
com.webspherious.intellij.log4jmonitor.SimpleToolWindowPlugin.exists(
SimpleToolWindowPlugin.java:99)
at
com.webspherious.intellij.log4jmonitor.DetailPanel.toLink(DetailPanel
.java:172)
at
com.webspherious.intellij.log4jmonitor.DetailPanel.toLink(DetailPanel
.java:191)
at
com.webspherious.intellij.log4jmonitor.DetailPanel.valueChanged(Detai
lPanel.java:120)
at
javax.swing.DefaultListSelectionModel.fireValueChanged(DefaultListSel
ectionModel.java:187)
at
javax.swing.DefaultListSelectionModel.fireValueChanged(DefaultListSel
ectionModel.java:167)
at
javax.swing.DefaultListSelectionModel.fireValueChanged(DefaultListSel
ectionModel.java:214)
at
javax.swing.DefaultListSelectionModel.insertIndexInterval(DefaultList
SelectionModel.java:522)
at javax.swing.JTable.tableRowsInserted(JTable.java:2911)
at javax.swing.JTable.tableChanged(JTable.java:2847)
at
javax.swing.table.AbstractTableModel.fireTableChanged(AbstractTableMo
del.java:280)
at
javax.swing.table.AbstractTableModel.fireTableRowsInserted(AbstractTa
bleModel.java:215)
at
com.webspherious.intellij.log4jmonitor.log4j.MyTableModel.updateFilte
redEvents(MyTableModel.java:346)
at
com.webspherious.intellij.log4jmonitor.log4j.MyTableModel.access$500(
MyTableModel.java:34)
at
com.webspherious.intellij.log4jmonitor.log4j.MyTableModel$Processor.r
un(MyTableModel.java:96)
at java.lang.Thread.run(Thread.java:536)
"Maarten Grootendorst" <intellij@xs4all.nl> wrote in message
news:ajo1bl$493$1@is.intellij.net...
>
>
>
>
The bugs mentioned in the email are solved (I hope) if you download the
latest version.
I introduced a splitpane between the table and the details (not beside but
above at this moment, maybe I will make this configurable)
Maarten
"schmoe" <schmoe@messageone.com> wrote in message
news:ajqrvi$30o$1@is.intellij.net...
something
>
statusbar
horizontally,
>
the
>
>
>
(Ariadna)
Microsystems
>
>
>
>
A new version of the plugin is available at
:http://www.intellij.org/twiki/bin/view/Main/LogMonitorPlugin
Changes:
- several bug fixes
- little improvements in the user interface (splitpane for table and
details)
Maarten
Nice work :)
Johannes Schneider