summaryrefslogtreecommitdiff
path: root/doc/freestanding/log.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/freestanding/log.html')
-rw-r--r--doc/freestanding/log.html12
1 files changed, 11 insertions, 1 deletions
diff --git a/doc/freestanding/log.html b/doc/freestanding/log.html
index 61b66b8..f8e2994 100644
--- a/doc/freestanding/log.html
+++ b/doc/freestanding/log.html
@@ -33,13 +33,23 @@ ul ul,ol ol {margin: 0;}
<h3 id="section">*:</h3>
-<pre><code><span class="ref" >(Imports)</span>
+<pre><code><span class="ref" >(License)</span>
+
+<span class="ref" >(Imports)</span>
<span class="ref" >(Level setting)</span>
<span class="ref" >(Logging function)</span>
</code></pre>
+<h3 id="license">License:</h3>
+
+<pre><code>&#47;&#47; Copyright 2022 DistressNetwork° &#60;uplink@distress.network&#62;
+&#47;&#47; This Source Code Form is subject to the terms of the Mozilla Public
+&#47;&#47; License, v. 2.0. If a copy of the MPL was not distributed with this
+&#47;&#47; file, You can obtain one at https:&#47;&#47;mozilla.org&#47;MPL&#47;2.0&#47;.
+</code></pre>
+
<p>We first import the standard library, and the <code>Level</code> type which is an enum representing the possible log levels.</p>
<h3 id="imports">Imports:</h3>