public void warn(String string) {
        if (level < EventLogger.WARNING) {
            return;
        }