cloudfoundry-attic / eclipse-integration-cloudfoundry

Cloud Foundry Integration for Eclipse
Apache License 2.0
41 stars 47 forks source link

Allow extension of application server name in log messages to the console #16

Closed Phanatic closed 10 years ago

Phanatic commented 10 years ago

I have a branding extension that allows me to change the icon and server name in the UI for the server. When I deploy an app to the server using the Run As> dialog, I see log messages of this type in the console :

Checking application - my-web-app Generating application archive Creating application in Cloud Foundry server Pushing application to Cloud Foundry server Application successfully pushed to Cloud Foundry server Starting and staging application

I'd love to change this to Checking application - my-web-app Generating application archive Creating application in server Pushing application to server Application successfully pushed to server Starting and staging application

I'd like to submit a PR which adds another extension point to the branding plugin which takes in the company name or just uses the one passed in to the server type name.