Package com.adobe.aio.cloudmanager
Interface LogOption
-
public interface LogOption
Log Option used to identify log files for retrieval.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
LogOption.Builder
Builds new instances of LogOptions.
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static LogOption.Builder
builder()
Builder to create new instances of a LogOptionString
getName()
Name of the log for service in environment.String
getService()
Name of the service in environment.
-
-
-
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
-
-