Interface GitPrePushHookInstaller.GitPreHookLogger

Enclosing class:
GitPrePushHookInstaller

public static interface GitPrePushHookInstaller.GitPreHookLogger
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    error(String format, Object... arguments)
     
    void
    info(String format, Object... arguments)
     
    void
    warn(String format, Object... arguments)
     
  • Method Details