Example usage for com.intellij.openapi.diagnostic ErrorLogger interface-usage

List of usage examples for com.intellij.openapi.diagnostic ErrorLogger interface-usage

Introduction

In this page you can find the example usage for com.intellij.openapi.diagnostic ErrorLogger interface-usage.

Usage

From source file com.intellij.diagnostic.DefaultIdeaErrorLogger.java

/**
 * @author kir
 */
public class DefaultIdeaErrorLogger implements ErrorLogger {
    private static boolean ourOomOccurred = false;
    private static boolean ourLoggerBroken = false;