1

ブラウザでアプレットをデバッグしようとしていますが、Javaコンソールが有効になっています。

基本的に、クラスごとに、以下のような2つのメッセージが出力されます。そして、私はそれを取り除きたいです。

network: Cache entry not found [url: http://localhost/applet/org/jboss/netty/channel/ChannelFutureListener$2.class, version: null]
network: Connecting http://localhost/applet/org/jboss/netty/channel/ChannelFutureListener$2.class with proxy=DIRECT

もちろん、コピー&ペーストしてファイルに保存してから、フィルターを適用することもできます。これらのメッセージを無効にしてコンソールに出力する方法はありますか?

4

1 に答える 1

0

これは私が見落としていた唯一の機会のようです


c:   clear console window
f:   finalize objects on finalization queue
g:   garbage collect
h:   display this help message
l:   dump classloader list
m:   print memory usage
o:   trigger logging
q:   hide console
r:   reload policy configuration
s:   dump system and deployment properties
t:   dump thread list
v:   dump thread stack
x:   clear classloader cache
0-5: set trace level to <n>
----------------------------------------------------

0-5: set trace level to <n>すべてのネットワーク メッセージをフィルタリングできます

http://docs.oracle.com/javase/1.4.2/docs/guide/plugin/developer_guide/tracing_logging.html

于 2013-01-08T08:36:12.857 に答える