| Package | Description |
|---|---|
| de.ppi.selenium.logevent.api |
The api to create logevents.
|
| Modifier and Type | Method and Description |
|---|---|
EventSource |
EventData.getSource() |
static EventSource |
EventSource.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EventSource[] |
EventSource.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static EventLoggerFactory |
EventLoggerFactory.getInstance(EventSource source)
Create an instance, so it's more the common logging feeling.
|
static void |
EventLoggerFactory.setPriority(Priority priority,
EventSource eventSource,
java.lang.String group,
java.lang.String item)
Define the normal priority and if no other value exist for the
screenshot-priority.
|
static void |
EventLoggerFactory.setScreenshotPriority(Priority priority,
EventSource eventSource,
java.lang.String group,
java.lang.String item)
Define the normal priority and if no other value exist for the
screenshot-priority.
|
void |
EventData.setSource(EventSource source) |
| Constructor and Description |
|---|
EventLoggerImpl(EventStorage eventStorage,
java.lang.String testrunId,
Priority priority,
Priority screenshotPriorityLevel,
EventSource source,
java.lang.String group,
java.lang.String item)
Initiates an object of type EventLoggerImpl.
|
Copyright © 2017 PPI AG. All rights reserved.