org.eclipse.jgit.transport
Interface UploadPackLogger


public interface UploadPackLogger

Logs activity that occurred within UploadPack.

Implementors of the interface are responsible for associating the current thread to a particular connection, if they need to also include connection information. One method is to use a ThreadLocal to remember the connection information before invoking UploadPack.


Method Summary
 void onPackStatistics(PackWriter.Statistics stats)
          Notice to the logger after a pack has been sent.
 

Method Detail

onPackStatistics

void onPackStatistics(PackWriter.Statistics stats)
Notice to the logger after a pack has been sent.

Parameters:
stats - the statistics after sending a pack to the client.


Copyright © 2011. All Rights Reserved.