Skip to content

Conversation

@mykola-mokhnach
Copy link
Contributor

Change list

Based on appium/appium-xcuitest-driver#653

Types of changes

What types of changes are you proposing/introducing to Java client?
Put an x in the boxes that apply

  • No changes in production code.
  • Bugfix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)

import java.util.Collections;
import java.util.function.Consumer;

public interface ListensToSyslogMessages extends ExecutesMethod {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@mykola-mokhnach Its same as Logcat Listerners which you have added some time back. Any reason why both are separate interfaces apart from naming convention of Logcat for Android and Syslog for iOS? Do you forcast anything in future where we will have it in android and not in iOS or viceviz.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yep, I think something may change there, so we keep it separate for both platforms. Would you prefer to combine the interfaces?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think its fine

@TikhomirovSergey
Copy link
Contributor

I am waiting for @SrinivasanTarget 's approval because I can't check iOS part.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants