Custom step method getLogs1 not found in calss ConsoleLogsOutput;ConsoleLogsOutput.()


The error looks as shown below:


Cause: The reason for this error is missing public declaration for the Custom Function class.



Solution:

You can resolve this by adding the public modifier for the class as shown below: