Uses of Interface
com.perforce.p4java.server.callback.ILogCallback

Packages that use ILogCallback
com.perforce.p4java Defines the root of the Perforce P4Java API product package hierarchy and a small handful of useful product-wide definitions and services such as loggers, tracers, and product metadata. 
 

Uses of ILogCallback in com.perforce.p4java
 

Methods in com.perforce.p4java that return ILogCallback
static ILogCallback Log.getLogCallback()
          Get the current log callback, if any.
static ILogCallback Log.setLogCallback(ILogCallback logCallback)
          Set the P4Java API's internal logger to log to the passed-in ILogCallback log callback.
 

Methods in com.perforce.p4java with parameters of type ILogCallback
static ILogCallback Log.setLogCallback(ILogCallback logCallback)
          Set the P4Java API's internal logger to log to the passed-in ILogCallback log callback.
 



Copyright (c) 2008-2010 Perforce Software. All rights reserved.