Interface LogOption


  • public interface LogOption
    Log Option used to identify log files for retrieval.
    • Method Detail

      • getService

        String getService()
        Name of the service in environment. Example: 'author'
        Returns:
        service
      • getName

        String getName()
        Name of the log for service in environment. Example: 'aemerror'
        Returns:
        name
      • builder

        static LogOption.Builder builder()
        Builder to create new instances of a LogOption
        Returns:
        a LogOption builder