Package com.adobe.aio.cloudmanager
Interface LogOption
-
public interface LogOptionLog Option used to identify log files for retrieval.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classLogOption.BuilderBuilds new instances of LogOptions.
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static LogOption.Builderbuilder()Builder to create new instances of a LogOptionStringgetName()Name of the log for service in environment.StringgetService()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
-
-