Skip to content

Instantly share code, notes, and snippets.

@automationhacks
Created January 8, 2020 16:30
Show Gist options
  • Save automationhacks/6286316291f81448581dedbb42cdd955 to your computer and use it in GitHub Desktop.
Save automationhacks/6286316291f81448581dedbb42cdd955 to your computer and use it in GitHub Desktop.
Simple wrapper over testNG reported.log method
object Logger {
fun log(msg: String, stdOut: Boolean = true) {
Reporter.log(msg, stdOut)
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment