diff --git a/docs/_docs/help/implementor.html b/docs/_docs/help/implementor.html index 1a161228f5..b6e2550366 100644 --- a/docs/_docs/help/implementor.html +++ b/docs/_docs/help/implementor.html @@ -157,6 +157,9 @@

Logging

  • Get a handle to the runtime logger by calling getLogger(). Using a logger obtained this way, you can use the StandardLogger methods like info(), error(), etc.
  • +
  • In a dynamic Java or script activity use the logging methods on ActivityRuntimeContext. + For example in a Groovy script you can log a message by calling runtimeContext.logInfo(). +