summaryrefslogtreecommitdiff
path: root/doc/log.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/log.html')
-rwxr-xr-xdoc/log.html12
1 files changed, 11 insertions, 1 deletions
diff --git a/doc/log.html b/doc/log.html
index 89f861a..ea19845 100755
--- a/doc/log.html
+++ b/doc/log.html
@@ -21,13 +21,23 @@
<h3 id="section">*:</h3>
-<pre><code><span class="lp-ref">(Imports)</span>
+<pre><code><span class="lp-ref">(License)</span>
+
+<span class="lp-ref">(Imports)</span>
<span class="lp-ref">(Level setting)</span>
<span class="lp-ref">(Logging function)</span>
</code></pre>
+<h3 id="license">License:</h3>
+
+<pre><code>// Copyright 2022 DistressNetwork° &#60;uplink@distress.network&#62;
+// This Source Code Form is subject to the terms of the Mozilla Public
+// License, v. 2.0. If a copy of the MPL was not distributed with this
+// file, You can obtain one at https://mozilla.org/MPL/2.0/.
+</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>