Event Log Johan Created January 03, 2012 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! :)