Java com.google.gwt.eclipse.core GWTPluginLog fields, constructors, methods, implement or subclass

Example usage for Java com.google.gwt.eclipse.core GWTPluginLog fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.google.gwt.eclipse.core GWTPluginLog.

The text is from its open source code.

Method

voidlogError(String message)
Log the specified error.
voidlogError(Throwable exception)
Log the specified error.
voidlogError(String message, Object... args)
Log the specified error.
voidlogError(Throwable exception, String message)
Log the specified error.
voidlogWarning(Throwable exception, String message)
Log the specified warning.