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 Detail

      • log

        void log​(java.util.logging.Level level,
                 java.lang.String message)