2 lines
1.5 KiB

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml"><head><title>IBase__Scribe (infer.IBase__Scribe)</title><link rel="stylesheet" href="../../odoc.css"/><meta charset="utf-8"/><meta name="generator" content="odoc 1.5.0"/><meta name="viewport" content="width=device-width,initial-scale=1.0"/><script src="../../highlight.pack.js"></script><script>hljs.initHighlightingOnLoad();</script></head><body><div class="content"><header><nav><a href="../index.html">Up</a> <a href="../index.html">infer</a> &#x00BB; IBase__Scribe</nav><h1>Module <code>IBase__Scribe</code></h1></header><dl><dt class="spec type" id="type-category"><a href="#type-category" class="anchor"></a><code><span class="keyword">type</span> category</code><code> = </code><table class="variant"><tr id="type-category.InferEvents" class="anchored"><td class="def constructor"><a href="#type-category.InferEvents" class="anchor"></a><code>| </code><code><span class="constructor">InferEvents</span></code></td></tr></table></dt><dd><p>Scribe category. Refer to Scribe documentation for details</p></dd></dl><dl><dt class="spec value" id="val-log"><a href="#val-log" class="anchor"></a><code><span class="keyword">val</span> log : <a href="index.html#type-category">category</a> <span>&#45;&gt;</span> <span>string list</span> <span>&#45;&gt;</span> unit</code></dt><dd><p>Immediately log a list of messages to a given Scribe category. Refer to Scribe documentation to learn about message format.</p></dd></dl></div></body></html>