Joshua Kissoon
Joshua Kissoon

Reputation: 3309

Netbeans equivalent of Eclipse's LogCat for viewing Java Logs

I've recently used "Eclipse for Android" and found LogCat very helpful with it's filtering features, etc.

Is there an equivalent for Netbeans?

I would like to view Java logs from the java.util.logging API? It would be great to view logs and filter them by the Level, Source Class, etc.

Upvotes: 0

Views: 511

Answers (1)

Abhishek Singh
Abhishek Singh

Reputation: 358

Log Management in NetBeans is similar to LogCat. Migrate to Tools>plugins for adding this.

Upvotes: 1

Related Questions