Interface ProvisionLogger


public interface ProvisionLogger
Allows messages to be logged during provision which will be directed back to the party initiating the request.
Author:
bratseth
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    log(Level level, String message)
     
  • Method Details