Event Log Johan 创建于 2012年01月03日 12:22 Do anyone have an example on how to write to the Event Log of IntelliJ 11?Best regards/Johan Rylander
Here's a random example from GitHub plugin: Notifications.Bus.notify(new Notification("github", "Success", "Successfully created project ''" + name + "'' on github", NotificationType.INFORMATION));
<blush_for_not_finding_myself/> Tnx! :)