Example usage for org.springframework.ide.eclipse.boot.dash.cloudfoundry.console LogType LOCALSTDERROR

List of usage examples for org.springframework.ide.eclipse.boot.dash.cloudfoundry.console LogType LOCALSTDERROR

Introduction

In this page you can find the example usage for org.springframework.ide.eclipse.boot.dash.cloudfoundry.console LogType LOCALSTDERROR.

Prototype

LogType LOCALSTDERROR

To view the source code for org.springframework.ide.eclipse.boot.dash.cloudfoundry.console LogType LOCALSTDERROR.

Click Source Link

Usage

From source file:org.springframework.ide.eclipse.boot.dash.cloudfoundry.CloudAppDashElement.java

/**
 * Print a message to the console associated with this application.
 */
public void printError(String string) {
    print(string, LogType.LOCALSTDERROR);
}