org.cloudfoundry.client.lib
Class RestLogger

java.lang.Object
  extended by org.cloudfoundry.client.lib.RestLogger
All Implemented Interfaces:
RestLogCallback

public class RestLogger
extends Object
implements RestLogCallback

RestLogCallback implementation that logs to application log


Constructor Summary
RestLogger(String category)
           
 
Method Summary
 void onNewLogEntry(RestLogEntry logEntry)
          Called once for each log entry.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RestLogger

public RestLogger(String category)
Method Detail

onNewLogEntry

public void onNewLogEntry(RestLogEntry logEntry)
Description copied from interface: RestLogCallback
Called once for each log entry.

Specified by:
onNewLogEntry in interface RestLogCallback


Copyright © 2013. All rights reserved.