org.cloudfoundry.client.lib
Interface RestLogCallback

All Known Implementing Classes:
RestLogger

public interface RestLogCallback

Callback to support reporting of log information for any REST calls.

Author:
Thomas Risberg

Method Summary
 void onNewLogEntry(RestLogEntry logEntry)
          Called once for each log entry.
 

Method Detail

onNewLogEntry

void onNewLogEntry(RestLogEntry logEntry)
Called once for each log entry.



Copyright © 2013. All rights reserved.