Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Donald Oakes committed Feb 20, 2020
1 parent ef6c828 commit 66b9e91
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/_docs/help/implementor.html
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,9 @@ <h3><a id="logging">Logging</a></h3>
<li>Get a handle to the runtime logger by calling <code>getLogger()</code>. Using a logger obtained this way,
you can use the <a href="../javadoc/com/centurylink/mdw/util/log/StandardLogger.html">StandardLogger</a>
methods like <code>info()</code>, <code>error()</code>, etc.</li>
<li>In a dynamic Java or script activity use the logging methods on <a href="../javadoc/com/centurylink/mdw/model/workflow/ActivityRuntimeContext.html">ActivityRuntimeContext</a>.
For example in a Groovy script you can log a message by calling <code>runtimeContext.logInfo()</code>.
</li>
</ul>
</p>
<p>
Expand Down

0 comments on commit 66b9e91

Please sign in to comment.