jazzy♪
This commit is contained in:
parent
64872fbd9b
commit
0f156a3aa9
18
Gemfile.lock
18
Gemfile.lock
|
@ -40,7 +40,7 @@ GEM
|
|||
netrc (~> 0.11)
|
||||
typhoeus (~> 1.0)
|
||||
cocoapods-deintegrate (1.0.4)
|
||||
cocoapods-downloader (1.3.0)
|
||||
cocoapods-downloader (1.4.0)
|
||||
cocoapods-plugins (1.0.0)
|
||||
nap
|
||||
cocoapods-search (1.0.0)
|
||||
|
@ -50,7 +50,7 @@ GEM
|
|||
netrc (~> 0.11)
|
||||
cocoapods-try (1.2.0)
|
||||
colored2 (3.1.2)
|
||||
concurrent-ruby (1.1.6)
|
||||
concurrent-ruby (1.1.7)
|
||||
escape (0.0.4)
|
||||
ethon (0.12.0)
|
||||
ffi (>= 1.3.0)
|
||||
|
@ -61,7 +61,7 @@ GEM
|
|||
httpclient (2.8.3)
|
||||
i18n (0.9.5)
|
||||
concurrent-ruby (~> 1.0)
|
||||
jazzy (0.13.4)
|
||||
jazzy (0.13.5)
|
||||
cocoapods (~> 1.5)
|
||||
mustache (~> 1.1)
|
||||
open4
|
||||
|
@ -70,17 +70,17 @@ GEM
|
|||
sassc (~> 2.1)
|
||||
sqlite3 (~> 1.3)
|
||||
xcinvoke (~> 0.3.0)
|
||||
json (2.3.0)
|
||||
json (2.3.1)
|
||||
liferaft (0.0.6)
|
||||
minitest (5.14.1)
|
||||
minitest (5.14.2)
|
||||
molinillo (0.6.6)
|
||||
mustache (1.1.1)
|
||||
nanaimo (0.2.6)
|
||||
nanaimo (0.3.0)
|
||||
nap (1.1.0)
|
||||
netrc (0.11.0)
|
||||
open4 (1.3.4)
|
||||
redcarpet (3.5.0)
|
||||
rouge (3.20.0)
|
||||
rouge (3.23.0)
|
||||
ruby-macho (1.4.0)
|
||||
sassc (2.4.0)
|
||||
ffi (~> 1.9)
|
||||
|
@ -92,12 +92,12 @@ GEM
|
|||
thread_safe (~> 0.1)
|
||||
xcinvoke (0.3.0)
|
||||
liferaft (~> 0.0.6)
|
||||
xcodeproj (1.16.0)
|
||||
xcodeproj (1.18.0)
|
||||
CFPropertyList (>= 2.3.3, < 4.0)
|
||||
atomos (~> 0.1.3)
|
||||
claide (>= 1.0.2, < 2.0)
|
||||
colored2 (~> 3.1)
|
||||
nanaimo (~> 0.2.6)
|
||||
nanaimo (~> 0.3.0)
|
||||
|
||||
PLATFORMS
|
||||
ruby
|
||||
|
|
|
@ -8,13 +8,21 @@
|
|||
<script src="js/jquery.min.js" defer></script>
|
||||
<script src="js/jazzy.js" defer></script>
|
||||
|
||||
<script src="js/lunr.min.js" defer></script>
|
||||
<script src="js/typeahead.jquery.js" defer></script>
|
||||
<script src="js/jazzy.search.js" defer></script>
|
||||
</head>
|
||||
<body>
|
||||
<a name="//apple_ref/swift/Section/Classes" class="dashAnchor"></a>
|
||||
<a title="Classes Reference"></a>
|
||||
<header>
|
||||
<div class="content-wrapper">
|
||||
<p><a href="index.html">Logboard 2.1.3 Docs</a> (3% documented)</p>
|
||||
<p><a href="index.html">Logboard 2.2.0 Docs</a> (3% documented)</p>
|
||||
<p class="header-right">
|
||||
<form role="search" action="search.json">
|
||||
<input type="text" placeholder="Search documentation" data-typeahead>
|
||||
</form>
|
||||
</p>
|
||||
</div>
|
||||
</header>
|
||||
<div class="content-wrapper">
|
||||
|
@ -218,8 +226,8 @@
|
|||
</section>
|
||||
</section>
|
||||
<section id="footer">
|
||||
<p>© 2020 <a class="link" href="https://github.com/shogo4405/Logboard" target="_blank" rel="external">shogo4405</a>. All rights reserved. (Last updated: 2020-06-20)</p>
|
||||
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.13.4</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
|
||||
<p>© 2020 <a class="link" href="https://github.com/shogo4405/Logboard" target="_blank" rel="external">shogo4405</a>. All rights reserved. (Last updated: 2020-09-12)</p>
|
||||
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.13.5</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
|
||||
</section>
|
||||
</article>
|
||||
</div>
|
||||
|
|
|
@ -8,13 +8,21 @@
|
|||
<script src="../js/jquery.min.js" defer></script>
|
||||
<script src="../js/jazzy.js" defer></script>
|
||||
|
||||
<script src="../js/lunr.min.js" defer></script>
|
||||
<script src="../js/typeahead.jquery.js" defer></script>
|
||||
<script src="../js/jazzy.search.js" defer></script>
|
||||
</head>
|
||||
<body>
|
||||
<a name="//apple_ref/swift/Class/ConsoleAppender" class="dashAnchor"></a>
|
||||
<a title="ConsoleAppender Class Reference"></a>
|
||||
<header>
|
||||
<div class="content-wrapper">
|
||||
<p><a href="../index.html">Logboard 2.1.3 Docs</a> (3% documented)</p>
|
||||
<p><a href="../index.html">Logboard 2.2.0 Docs</a> (3% documented)</p>
|
||||
<p class="header-right">
|
||||
<form role="search" action="../search.json">
|
||||
<input type="text" placeholder="Search documentation" data-typeahead>
|
||||
</form>
|
||||
</p>
|
||||
</div>
|
||||
</header>
|
||||
<div class="content-wrapper">
|
||||
|
@ -69,6 +77,7 @@
|
|||
<h1>ConsoleAppender</h1>
|
||||
<div class="declaration">
|
||||
<div class="language">
|
||||
|
||||
<pre class="highlight swift"><code><span class="kd">public</span> <span class="kd">class</span> <span class="kt">ConsoleAppender</span> <span class="p">:</span> <span class="kt"><a href="../Protocols/LogboardAppender.html">LogboardAppender</a></span></code></pre>
|
||||
|
||||
</div>
|
||||
|
@ -165,8 +174,8 @@
|
|||
</section>
|
||||
</section>
|
||||
<section id="footer">
|
||||
<p>© 2020 <a class="link" href="https://github.com/shogo4405/Logboard" target="_blank" rel="external">shogo4405</a>. All rights reserved. (Last updated: 2020-06-20)</p>
|
||||
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.13.4</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
|
||||
<p>© 2020 <a class="link" href="https://github.com/shogo4405/Logboard" target="_blank" rel="external">shogo4405</a>. All rights reserved. (Last updated: 2020-09-12)</p>
|
||||
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.13.5</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
|
||||
</section>
|
||||
</article>
|
||||
</div>
|
||||
|
|
|
@ -8,13 +8,21 @@
|
|||
<script src="../js/jquery.min.js" defer></script>
|
||||
<script src="../js/jazzy.js" defer></script>
|
||||
|
||||
<script src="../js/lunr.min.js" defer></script>
|
||||
<script src="../js/typeahead.jquery.js" defer></script>
|
||||
<script src="../js/jazzy.search.js" defer></script>
|
||||
</head>
|
||||
<body>
|
||||
<a name="//apple_ref/swift/Class/Logboard" class="dashAnchor"></a>
|
||||
<a title="Logboard Class Reference"></a>
|
||||
<header>
|
||||
<div class="content-wrapper">
|
||||
<p><a href="../index.html">Logboard 2.1.3 Docs</a> (3% documented)</p>
|
||||
<p><a href="../index.html">Logboard 2.2.0 Docs</a> (3% documented)</p>
|
||||
<p class="header-right">
|
||||
<form role="search" action="../search.json">
|
||||
<input type="text" placeholder="Search documentation" data-typeahead>
|
||||
</form>
|
||||
</p>
|
||||
</div>
|
||||
</header>
|
||||
<div class="content-wrapper">
|
||||
|
@ -69,6 +77,7 @@
|
|||
<h1>Logboard</h1>
|
||||
<div class="declaration">
|
||||
<div class="language">
|
||||
|
||||
<pre class="highlight swift"><code><span class="kd">public</span> <span class="kd">class</span> <span class="kt">Logboard</span></code></pre>
|
||||
|
||||
</div>
|
||||
|
@ -600,8 +609,8 @@
|
|||
</section>
|
||||
</section>
|
||||
<section id="footer">
|
||||
<p>© 2020 <a class="link" href="https://github.com/shogo4405/Logboard" target="_blank" rel="external">shogo4405</a>. All rights reserved. (Last updated: 2020-06-20)</p>
|
||||
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.13.4</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
|
||||
<p>© 2020 <a class="link" href="https://github.com/shogo4405/Logboard" target="_blank" rel="external">shogo4405</a>. All rights reserved. (Last updated: 2020-09-12)</p>
|
||||
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.13.5</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
|
||||
</section>
|
||||
</article>
|
||||
</div>
|
||||
|
|
|
@ -8,13 +8,21 @@
|
|||
<script src="../../js/jquery.min.js" defer></script>
|
||||
<script src="../../js/jazzy.js" defer></script>
|
||||
|
||||
<script src="../../js/lunr.min.js" defer></script>
|
||||
<script src="../../js/typeahead.jquery.js" defer></script>
|
||||
<script src="../../js/jazzy.search.js" defer></script>
|
||||
</head>
|
||||
<body>
|
||||
<a name="//apple_ref/swift/Struct/Data" class="dashAnchor"></a>
|
||||
<a title="Data Structure Reference"></a>
|
||||
<header>
|
||||
<div class="content-wrapper">
|
||||
<p><a href="../../index.html">Logboard 2.1.3 Docs</a> (3% documented)</p>
|
||||
<p><a href="../../index.html">Logboard 2.2.0 Docs</a> (3% documented)</p>
|
||||
<p class="header-right">
|
||||
<form role="search" action="../../search.json">
|
||||
<input type="text" placeholder="Search documentation" data-typeahead>
|
||||
</form>
|
||||
</p>
|
||||
</div>
|
||||
</header>
|
||||
<div class="content-wrapper">
|
||||
|
@ -69,6 +77,7 @@
|
|||
<h1>Data</h1>
|
||||
<div class="declaration">
|
||||
<div class="language">
|
||||
|
||||
<pre class="highlight swift"><code><span class="kd">public</span> <span class="kd">struct</span> <span class="kt">Data</span></code></pre>
|
||||
<pre class="highlight swift"><code><span class="kd">extension</span> <span class="kt"><a href="../../Classes/Logboard.html">Logboard</a></span><span class="o">.</span><span class="kt">Data</span><span class="p">:</span> <span class="kt">CustomStringConvertible</span></code></pre>
|
||||
|
||||
|
@ -327,8 +336,8 @@
|
|||
</section>
|
||||
</section>
|
||||
<section id="footer">
|
||||
<p>© 2020 <a class="link" href="https://github.com/shogo4405/Logboard" target="_blank" rel="external">shogo4405</a>. All rights reserved. (Last updated: 2020-06-20)</p>
|
||||
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.13.4</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
|
||||
<p>© 2020 <a class="link" href="https://github.com/shogo4405/Logboard" target="_blank" rel="external">shogo4405</a>. All rights reserved. (Last updated: 2020-09-12)</p>
|
||||
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.13.5</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
|
||||
</section>
|
||||
</article>
|
||||
</div>
|
||||
|
|
|
@ -8,13 +8,21 @@
|
|||
<script src="../../js/jquery.min.js" defer></script>
|
||||
<script src="../../js/jazzy.js" defer></script>
|
||||
|
||||
<script src="../../js/lunr.min.js" defer></script>
|
||||
<script src="../../js/typeahead.jquery.js" defer></script>
|
||||
<script src="../../js/jazzy.search.js" defer></script>
|
||||
</head>
|
||||
<body>
|
||||
<a name="//apple_ref/swift/Enum/Level" class="dashAnchor"></a>
|
||||
<a title="Level Enumeration Reference"></a>
|
||||
<header>
|
||||
<div class="content-wrapper">
|
||||
<p><a href="../../index.html">Logboard 2.1.3 Docs</a> (3% documented)</p>
|
||||
<p><a href="../../index.html">Logboard 2.2.0 Docs</a> (3% documented)</p>
|
||||
<p class="header-right">
|
||||
<form role="search" action="../../search.json">
|
||||
<input type="text" placeholder="Search documentation" data-typeahead>
|
||||
</form>
|
||||
</p>
|
||||
</div>
|
||||
</header>
|
||||
<div class="content-wrapper">
|
||||
|
@ -69,6 +77,7 @@
|
|||
<h1>Level</h1>
|
||||
<div class="declaration">
|
||||
<div class="language">
|
||||
|
||||
<pre class="highlight swift"><code><span class="kd">public</span> <span class="kd">enum</span> <span class="kt">Level</span> <span class="p">:</span> <span class="kt">Int</span><span class="p">,</span> <span class="kt">CustomStringConvertible</span></code></pre>
|
||||
|
||||
</div>
|
||||
|
@ -272,8 +281,8 @@
|
|||
</section>
|
||||
</section>
|
||||
<section id="footer">
|
||||
<p>© 2020 <a class="link" href="https://github.com/shogo4405/Logboard" target="_blank" rel="external">shogo4405</a>. All rights reserved. (Last updated: 2020-06-20)</p>
|
||||
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.13.4</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
|
||||
<p>© 2020 <a class="link" href="https://github.com/shogo4405/Logboard" target="_blank" rel="external">shogo4405</a>. All rights reserved. (Last updated: 2020-09-12)</p>
|
||||
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.13.5</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
|
||||
</section>
|
||||
</article>
|
||||
</div>
|
||||
|
|
|
@ -8,13 +8,21 @@
|
|||
<script src="../js/jquery.min.js" defer></script>
|
||||
<script src="../js/jazzy.js" defer></script>
|
||||
|
||||
<script src="../js/lunr.min.js" defer></script>
|
||||
<script src="../js/typeahead.jquery.js" defer></script>
|
||||
<script src="../js/jazzy.search.js" defer></script>
|
||||
</head>
|
||||
<body>
|
||||
<a name="//apple_ref/swift/Class/MultiAppender" class="dashAnchor"></a>
|
||||
<a title="MultiAppender Class Reference"></a>
|
||||
<header>
|
||||
<div class="content-wrapper">
|
||||
<p><a href="../index.html">Logboard 2.1.3 Docs</a> (3% documented)</p>
|
||||
<p><a href="../index.html">Logboard 2.2.0 Docs</a> (3% documented)</p>
|
||||
<p class="header-right">
|
||||
<form role="search" action="../search.json">
|
||||
<input type="text" placeholder="Search documentation" data-typeahead>
|
||||
</form>
|
||||
</p>
|
||||
</div>
|
||||
</header>
|
||||
<div class="content-wrapper">
|
||||
|
@ -69,6 +77,7 @@
|
|||
<h1>MultiAppender</h1>
|
||||
<div class="declaration">
|
||||
<div class="language">
|
||||
|
||||
<pre class="highlight swift"><code><span class="kd">public</span> <span class="kd">class</span> <span class="kt">MultiAppender</span> <span class="p">:</span> <span class="kt"><a href="../Protocols/LogboardAppender.html">LogboardAppender</a></span></code></pre>
|
||||
|
||||
</div>
|
||||
|
@ -192,8 +201,8 @@
|
|||
</section>
|
||||
</section>
|
||||
<section id="footer">
|
||||
<p>© 2020 <a class="link" href="https://github.com/shogo4405/Logboard" target="_blank" rel="external">shogo4405</a>. All rights reserved. (Last updated: 2020-06-20)</p>
|
||||
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.13.4</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
|
||||
<p>© 2020 <a class="link" href="https://github.com/shogo4405/Logboard" target="_blank" rel="external">shogo4405</a>. All rights reserved. (Last updated: 2020-09-12)</p>
|
||||
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.13.5</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
|
||||
</section>
|
||||
</article>
|
||||
</div>
|
||||
|
|
|
@ -8,13 +8,21 @@
|
|||
<script src="../js/jquery.min.js" defer></script>
|
||||
<script src="../js/jazzy.js" defer></script>
|
||||
|
||||
<script src="../js/lunr.min.js" defer></script>
|
||||
<script src="../js/typeahead.jquery.js" defer></script>
|
||||
<script src="../js/jazzy.search.js" defer></script>
|
||||
</head>
|
||||
<body>
|
||||
<a name="//apple_ref/swift/Class/NullAppender" class="dashAnchor"></a>
|
||||
<a title="NullAppender Class Reference"></a>
|
||||
<header>
|
||||
<div class="content-wrapper">
|
||||
<p><a href="../index.html">Logboard 2.1.3 Docs</a> (3% documented)</p>
|
||||
<p><a href="../index.html">Logboard 2.2.0 Docs</a> (3% documented)</p>
|
||||
<p class="header-right">
|
||||
<form role="search" action="../search.json">
|
||||
<input type="text" placeholder="Search documentation" data-typeahead>
|
||||
</form>
|
||||
</p>
|
||||
</div>
|
||||
</header>
|
||||
<div class="content-wrapper">
|
||||
|
@ -69,6 +77,7 @@
|
|||
<h1>NullAppender</h1>
|
||||
<div class="declaration">
|
||||
<div class="language">
|
||||
|
||||
<pre class="highlight swift"><code><span class="kd">public</span> <span class="kd">class</span> <span class="kt">NullAppender</span> <span class="p">:</span> <span class="kt"><a href="../Protocols/LogboardAppender.html">LogboardAppender</a></span></code></pre>
|
||||
|
||||
</div>
|
||||
|
@ -165,8 +174,8 @@
|
|||
</section>
|
||||
</section>
|
||||
<section id="footer">
|
||||
<p>© 2020 <a class="link" href="https://github.com/shogo4405/Logboard" target="_blank" rel="external">shogo4405</a>. All rights reserved. (Last updated: 2020-06-20)</p>
|
||||
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.13.4</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
|
||||
<p>© 2020 <a class="link" href="https://github.com/shogo4405/Logboard" target="_blank" rel="external">shogo4405</a>. All rights reserved. (Last updated: 2020-09-12)</p>
|
||||
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.13.5</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
|
||||
</section>
|
||||
</article>
|
||||
</div>
|
||||
|
|
|
@ -8,13 +8,21 @@
|
|||
<script src="../js/jquery.min.js" defer></script>
|
||||
<script src="../js/jazzy.js" defer></script>
|
||||
|
||||
<script src="../js/lunr.min.js" defer></script>
|
||||
<script src="../js/typeahead.jquery.js" defer></script>
|
||||
<script src="../js/jazzy.search.js" defer></script>
|
||||
</head>
|
||||
<body>
|
||||
<a name="//apple_ref/swift/Class/SocketAppender" class="dashAnchor"></a>
|
||||
<a title="SocketAppender Class Reference"></a>
|
||||
<header>
|
||||
<div class="content-wrapper">
|
||||
<p><a href="../index.html">Logboard 2.1.3 Docs</a> (3% documented)</p>
|
||||
<p><a href="../index.html">Logboard 2.2.0 Docs</a> (3% documented)</p>
|
||||
<p class="header-right">
|
||||
<form role="search" action="../search.json">
|
||||
<input type="text" placeholder="Search documentation" data-typeahead>
|
||||
</form>
|
||||
</p>
|
||||
</div>
|
||||
</header>
|
||||
<div class="content-wrapper">
|
||||
|
@ -69,6 +77,7 @@
|
|||
<h1>SocketAppender</h1>
|
||||
<div class="declaration">
|
||||
<div class="language">
|
||||
|
||||
<pre class="highlight swift"><code><span class="kd">public</span> <span class="kd">class</span> <span class="kt">SocketAppender</span> <span class="p">:</span> <span class="kt"><a href="../Protocols/LogboardAppender.html">LogboardAppender</a></span></code></pre>
|
||||
|
||||
</div>
|
||||
|
@ -219,8 +228,8 @@
|
|||
</section>
|
||||
</section>
|
||||
<section id="footer">
|
||||
<p>© 2020 <a class="link" href="https://github.com/shogo4405/Logboard" target="_blank" rel="external">shogo4405</a>. All rights reserved. (Last updated: 2020-06-20)</p>
|
||||
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.13.4</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
|
||||
<p>© 2020 <a class="link" href="https://github.com/shogo4405/Logboard" target="_blank" rel="external">shogo4405</a>. All rights reserved. (Last updated: 2020-09-12)</p>
|
||||
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.13.5</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
|
||||
</section>
|
||||
</article>
|
||||
</div>
|
||||
|
|
|
@ -8,13 +8,21 @@
|
|||
<script src="js/jquery.min.js" defer></script>
|
||||
<script src="js/jazzy.js" defer></script>
|
||||
|
||||
<script src="js/lunr.min.js" defer></script>
|
||||
<script src="js/typeahead.jquery.js" defer></script>
|
||||
<script src="js/jazzy.search.js" defer></script>
|
||||
</head>
|
||||
<body>
|
||||
<a name="//apple_ref/swift/Section/Protocols" class="dashAnchor"></a>
|
||||
<a title="Protocols Reference"></a>
|
||||
<header>
|
||||
<div class="content-wrapper">
|
||||
<p><a href="index.html">Logboard 2.1.3 Docs</a> (3% documented)</p>
|
||||
<p><a href="index.html">Logboard 2.2.0 Docs</a> (3% documented)</p>
|
||||
<p class="header-right">
|
||||
<form role="search" action="search.json">
|
||||
<input type="text" placeholder="Search documentation" data-typeahead>
|
||||
</form>
|
||||
</p>
|
||||
</div>
|
||||
</header>
|
||||
<div class="content-wrapper">
|
||||
|
@ -106,8 +114,8 @@
|
|||
</section>
|
||||
</section>
|
||||
<section id="footer">
|
||||
<p>© 2020 <a class="link" href="https://github.com/shogo4405/Logboard" target="_blank" rel="external">shogo4405</a>. All rights reserved. (Last updated: 2020-06-20)</p>
|
||||
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.13.4</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
|
||||
<p>© 2020 <a class="link" href="https://github.com/shogo4405/Logboard" target="_blank" rel="external">shogo4405</a>. All rights reserved. (Last updated: 2020-09-12)</p>
|
||||
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.13.5</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
|
||||
</section>
|
||||
</article>
|
||||
</div>
|
||||
|
|
|
@ -8,13 +8,21 @@
|
|||
<script src="../js/jquery.min.js" defer></script>
|
||||
<script src="../js/jazzy.js" defer></script>
|
||||
|
||||
<script src="../js/lunr.min.js" defer></script>
|
||||
<script src="../js/typeahead.jquery.js" defer></script>
|
||||
<script src="../js/jazzy.search.js" defer></script>
|
||||
</head>
|
||||
<body>
|
||||
<a name="//apple_ref/swift/Protocol/LogboardAppender" class="dashAnchor"></a>
|
||||
<a title="LogboardAppender Protocol Reference"></a>
|
||||
<header>
|
||||
<div class="content-wrapper">
|
||||
<p><a href="../index.html">Logboard 2.1.3 Docs</a> (3% documented)</p>
|
||||
<p><a href="../index.html">Logboard 2.2.0 Docs</a> (3% documented)</p>
|
||||
<p class="header-right">
|
||||
<form role="search" action="../search.json">
|
||||
<input type="text" placeholder="Search documentation" data-typeahead>
|
||||
</form>
|
||||
</p>
|
||||
</div>
|
||||
</header>
|
||||
<div class="content-wrapper">
|
||||
|
@ -69,6 +77,7 @@
|
|||
<h1>LogboardAppender</h1>
|
||||
<div class="declaration">
|
||||
<div class="language">
|
||||
|
||||
<pre class="highlight swift"><code><span class="kd">public</span> <span class="kd">protocol</span> <span class="kt">LogboardAppender</span></code></pre>
|
||||
|
||||
</div>
|
||||
|
@ -138,8 +147,8 @@
|
|||
</section>
|
||||
</section>
|
||||
<section id="footer">
|
||||
<p>© 2020 <a class="link" href="https://github.com/shogo4405/Logboard" target="_blank" rel="external">shogo4405</a>. All rights reserved. (Last updated: 2020-06-20)</p>
|
||||
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.13.4</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
|
||||
<p>© 2020 <a class="link" href="https://github.com/shogo4405/Logboard" target="_blank" rel="external">shogo4405</a>. All rights reserved. (Last updated: 2020-09-12)</p>
|
||||
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.13.5</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
|
||||
</section>
|
||||
</article>
|
||||
</div>
|
||||
|
|
|
@ -56,9 +56,14 @@ p code, li code {
|
|||
padding: 2px 4px;
|
||||
border-radius: 4px; }
|
||||
|
||||
pre > code {
|
||||
padding: 0; }
|
||||
|
||||
a {
|
||||
color: #0088cc;
|
||||
text-decoration: none; }
|
||||
a code {
|
||||
color: inherit; }
|
||||
|
||||
ul {
|
||||
padding-left: 15px; }
|
||||
|
@ -80,11 +85,11 @@ blockquote {
|
|||
|
||||
header {
|
||||
font-size: 0.85em;
|
||||
line-height: 26px;
|
||||
line-height: 32px;
|
||||
background-color: #414141;
|
||||
position: fixed;
|
||||
width: 100%;
|
||||
z-index: 2; }
|
||||
z-index: 3; }
|
||||
header img {
|
||||
padding-right: 6px;
|
||||
vertical-align: -4px;
|
||||
|
@ -100,12 +105,12 @@ header {
|
|||
|
||||
#breadcrumbs {
|
||||
background-color: #f2f2f2;
|
||||
height: 27px;
|
||||
height: 21px;
|
||||
padding-top: 17px;
|
||||
position: fixed;
|
||||
width: 100%;
|
||||
z-index: 2;
|
||||
margin-top: 26px; }
|
||||
margin-top: 32px; }
|
||||
#breadcrumbs #carat {
|
||||
height: 10px;
|
||||
margin: 0 5px; }
|
||||
|
@ -199,6 +204,7 @@ header {
|
|||
margin-left: 18px; }
|
||||
|
||||
.task-group-section {
|
||||
margin-top: 10px;
|
||||
padding-left: 6px;
|
||||
border-top: 1px solid #e2e2e2; }
|
||||
|
||||
|
@ -372,3 +378,46 @@ html.dash .content-wrapper {
|
|||
|
||||
html.dash #footer {
|
||||
position: static; }
|
||||
|
||||
form[role=search] {
|
||||
float: right; }
|
||||
form[role=search] input {
|
||||
font: Helvetica, freesans, Arial, sans-serif;
|
||||
margin-top: 6px;
|
||||
font-size: 13px;
|
||||
line-height: 20px;
|
||||
padding: 0px 10px;
|
||||
border: none;
|
||||
border-radius: 1em; }
|
||||
.loading form[role=search] input {
|
||||
background: white url(../img/spinner.gif) center right 4px no-repeat; }
|
||||
form[role=search] .tt-menu {
|
||||
margin: 0;
|
||||
min-width: 300px;
|
||||
background: #fff;
|
||||
color: #333;
|
||||
border: 1px solid #e2e2e2;
|
||||
z-index: 4; }
|
||||
form[role=search] .tt-highlight {
|
||||
font-weight: bold; }
|
||||
form[role=search] .tt-suggestion {
|
||||
font: Helvetica, freesans, Arial, sans-serif;
|
||||
font-size: 14px;
|
||||
padding: 0 8px; }
|
||||
form[role=search] .tt-suggestion span {
|
||||
display: table-cell;
|
||||
white-space: nowrap; }
|
||||
form[role=search] .tt-suggestion .doc-parent-name {
|
||||
width: 100%;
|
||||
text-align: right;
|
||||
font-weight: normal;
|
||||
font-size: 0.9em;
|
||||
padding-left: 16px; }
|
||||
form[role=search] .tt-suggestion:hover,
|
||||
form[role=search] .tt-suggestion.tt-cursor {
|
||||
cursor: pointer;
|
||||
background-color: #4183c4;
|
||||
color: #fff; }
|
||||
form[role=search] .tt-suggestion:hover .doc-parent-name,
|
||||
form[role=search] .tt-suggestion.tt-cursor .doc-parent-name {
|
||||
color: #fff; }
|
||||
|
|
|
@ -8,13 +8,21 @@
|
|||
<script src="js/jquery.min.js" defer></script>
|
||||
<script src="js/jazzy.js" defer></script>
|
||||
|
||||
<script src="js/lunr.min.js" defer></script>
|
||||
<script src="js/typeahead.jquery.js" defer></script>
|
||||
<script src="js/jazzy.search.js" defer></script>
|
||||
</head>
|
||||
<body>
|
||||
<a name="//apple_ref/swift/Section/Classes" class="dashAnchor"></a>
|
||||
<a title="Classes Reference"></a>
|
||||
<header>
|
||||
<div class="content-wrapper">
|
||||
<p><a href="index.html">Logboard 2.1.3 Docs</a> (3% documented)</p>
|
||||
<p><a href="index.html">Logboard 2.2.0 Docs</a> (3% documented)</p>
|
||||
<p class="header-right">
|
||||
<form role="search" action="search.json">
|
||||
<input type="text" placeholder="Search documentation" data-typeahead>
|
||||
</form>
|
||||
</p>
|
||||
</div>
|
||||
</header>
|
||||
<div class="content-wrapper">
|
||||
|
@ -218,8 +226,8 @@
|
|||
</section>
|
||||
</section>
|
||||
<section id="footer">
|
||||
<p>© 2020 <a class="link" href="https://github.com/shogo4405/Logboard" target="_blank" rel="external">shogo4405</a>. All rights reserved. (Last updated: 2020-06-20)</p>
|
||||
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.13.4</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
|
||||
<p>© 2020 <a class="link" href="https://github.com/shogo4405/Logboard" target="_blank" rel="external">shogo4405</a>. All rights reserved. (Last updated: 2020-09-12)</p>
|
||||
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.13.5</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
|
||||
</section>
|
||||
</article>
|
||||
</div>
|
||||
|
|
|
@ -8,13 +8,21 @@
|
|||
<script src="../js/jquery.min.js" defer></script>
|
||||
<script src="../js/jazzy.js" defer></script>
|
||||
|
||||
<script src="../js/lunr.min.js" defer></script>
|
||||
<script src="../js/typeahead.jquery.js" defer></script>
|
||||
<script src="../js/jazzy.search.js" defer></script>
|
||||
</head>
|
||||
<body>
|
||||
<a name="//apple_ref/swift/Class/ConsoleAppender" class="dashAnchor"></a>
|
||||
<a title="ConsoleAppender Class Reference"></a>
|
||||
<header>
|
||||
<div class="content-wrapper">
|
||||
<p><a href="../index.html">Logboard 2.1.3 Docs</a> (3% documented)</p>
|
||||
<p><a href="../index.html">Logboard 2.2.0 Docs</a> (3% documented)</p>
|
||||
<p class="header-right">
|
||||
<form role="search" action="../search.json">
|
||||
<input type="text" placeholder="Search documentation" data-typeahead>
|
||||
</form>
|
||||
</p>
|
||||
</div>
|
||||
</header>
|
||||
<div class="content-wrapper">
|
||||
|
@ -69,6 +77,7 @@
|
|||
<h1>ConsoleAppender</h1>
|
||||
<div class="declaration">
|
||||
<div class="language">
|
||||
|
||||
<pre class="highlight swift"><code><span class="kd">public</span> <span class="kd">class</span> <span class="kt">ConsoleAppender</span> <span class="p">:</span> <span class="kt"><a href="../Protocols/LogboardAppender.html">LogboardAppender</a></span></code></pre>
|
||||
|
||||
</div>
|
||||
|
@ -165,8 +174,8 @@
|
|||
</section>
|
||||
</section>
|
||||
<section id="footer">
|
||||
<p>© 2020 <a class="link" href="https://github.com/shogo4405/Logboard" target="_blank" rel="external">shogo4405</a>. All rights reserved. (Last updated: 2020-06-20)</p>
|
||||
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.13.4</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
|
||||
<p>© 2020 <a class="link" href="https://github.com/shogo4405/Logboard" target="_blank" rel="external">shogo4405</a>. All rights reserved. (Last updated: 2020-09-12)</p>
|
||||
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.13.5</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
|
||||
</section>
|
||||
</article>
|
||||
</div>
|
||||
|
|
|
@ -8,13 +8,21 @@
|
|||
<script src="../js/jquery.min.js" defer></script>
|
||||
<script src="../js/jazzy.js" defer></script>
|
||||
|
||||
<script src="../js/lunr.min.js" defer></script>
|
||||
<script src="../js/typeahead.jquery.js" defer></script>
|
||||
<script src="../js/jazzy.search.js" defer></script>
|
||||
</head>
|
||||
<body>
|
||||
<a name="//apple_ref/swift/Class/Logboard" class="dashAnchor"></a>
|
||||
<a title="Logboard Class Reference"></a>
|
||||
<header>
|
||||
<div class="content-wrapper">
|
||||
<p><a href="../index.html">Logboard 2.1.3 Docs</a> (3% documented)</p>
|
||||
<p><a href="../index.html">Logboard 2.2.0 Docs</a> (3% documented)</p>
|
||||
<p class="header-right">
|
||||
<form role="search" action="../search.json">
|
||||
<input type="text" placeholder="Search documentation" data-typeahead>
|
||||
</form>
|
||||
</p>
|
||||
</div>
|
||||
</header>
|
||||
<div class="content-wrapper">
|
||||
|
@ -69,6 +77,7 @@
|
|||
<h1>Logboard</h1>
|
||||
<div class="declaration">
|
||||
<div class="language">
|
||||
|
||||
<pre class="highlight swift"><code><span class="kd">public</span> <span class="kd">class</span> <span class="kt">Logboard</span></code></pre>
|
||||
|
||||
</div>
|
||||
|
@ -600,8 +609,8 @@
|
|||
</section>
|
||||
</section>
|
||||
<section id="footer">
|
||||
<p>© 2020 <a class="link" href="https://github.com/shogo4405/Logboard" target="_blank" rel="external">shogo4405</a>. All rights reserved. (Last updated: 2020-06-20)</p>
|
||||
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.13.4</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
|
||||
<p>© 2020 <a class="link" href="https://github.com/shogo4405/Logboard" target="_blank" rel="external">shogo4405</a>. All rights reserved. (Last updated: 2020-09-12)</p>
|
||||
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.13.5</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
|
||||
</section>
|
||||
</article>
|
||||
</div>
|
||||
|
|
|
@ -8,13 +8,21 @@
|
|||
<script src="../../js/jquery.min.js" defer></script>
|
||||
<script src="../../js/jazzy.js" defer></script>
|
||||
|
||||
<script src="../../js/lunr.min.js" defer></script>
|
||||
<script src="../../js/typeahead.jquery.js" defer></script>
|
||||
<script src="../../js/jazzy.search.js" defer></script>
|
||||
</head>
|
||||
<body>
|
||||
<a name="//apple_ref/swift/Struct/Data" class="dashAnchor"></a>
|
||||
<a title="Data Structure Reference"></a>
|
||||
<header>
|
||||
<div class="content-wrapper">
|
||||
<p><a href="../../index.html">Logboard 2.1.3 Docs</a> (3% documented)</p>
|
||||
<p><a href="../../index.html">Logboard 2.2.0 Docs</a> (3% documented)</p>
|
||||
<p class="header-right">
|
||||
<form role="search" action="../../search.json">
|
||||
<input type="text" placeholder="Search documentation" data-typeahead>
|
||||
</form>
|
||||
</p>
|
||||
</div>
|
||||
</header>
|
||||
<div class="content-wrapper">
|
||||
|
@ -69,6 +77,7 @@
|
|||
<h1>Data</h1>
|
||||
<div class="declaration">
|
||||
<div class="language">
|
||||
|
||||
<pre class="highlight swift"><code><span class="kd">public</span> <span class="kd">struct</span> <span class="kt">Data</span></code></pre>
|
||||
<pre class="highlight swift"><code><span class="kd">extension</span> <span class="kt"><a href="../../Classes/Logboard.html">Logboard</a></span><span class="o">.</span><span class="kt">Data</span><span class="p">:</span> <span class="kt">CustomStringConvertible</span></code></pre>
|
||||
|
||||
|
@ -327,8 +336,8 @@
|
|||
</section>
|
||||
</section>
|
||||
<section id="footer">
|
||||
<p>© 2020 <a class="link" href="https://github.com/shogo4405/Logboard" target="_blank" rel="external">shogo4405</a>. All rights reserved. (Last updated: 2020-06-20)</p>
|
||||
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.13.4</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
|
||||
<p>© 2020 <a class="link" href="https://github.com/shogo4405/Logboard" target="_blank" rel="external">shogo4405</a>. All rights reserved. (Last updated: 2020-09-12)</p>
|
||||
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.13.5</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
|
||||
</section>
|
||||
</article>
|
||||
</div>
|
||||
|
|
|
@ -8,13 +8,21 @@
|
|||
<script src="../../js/jquery.min.js" defer></script>
|
||||
<script src="../../js/jazzy.js" defer></script>
|
||||
|
||||
<script src="../../js/lunr.min.js" defer></script>
|
||||
<script src="../../js/typeahead.jquery.js" defer></script>
|
||||
<script src="../../js/jazzy.search.js" defer></script>
|
||||
</head>
|
||||
<body>
|
||||
<a name="//apple_ref/swift/Enum/Level" class="dashAnchor"></a>
|
||||
<a title="Level Enumeration Reference"></a>
|
||||
<header>
|
||||
<div class="content-wrapper">
|
||||
<p><a href="../../index.html">Logboard 2.1.3 Docs</a> (3% documented)</p>
|
||||
<p><a href="../../index.html">Logboard 2.2.0 Docs</a> (3% documented)</p>
|
||||
<p class="header-right">
|
||||
<form role="search" action="../../search.json">
|
||||
<input type="text" placeholder="Search documentation" data-typeahead>
|
||||
</form>
|
||||
</p>
|
||||
</div>
|
||||
</header>
|
||||
<div class="content-wrapper">
|
||||
|
@ -69,6 +77,7 @@
|
|||
<h1>Level</h1>
|
||||
<div class="declaration">
|
||||
<div class="language">
|
||||
|
||||
<pre class="highlight swift"><code><span class="kd">public</span> <span class="kd">enum</span> <span class="kt">Level</span> <span class="p">:</span> <span class="kt">Int</span><span class="p">,</span> <span class="kt">CustomStringConvertible</span></code></pre>
|
||||
|
||||
</div>
|
||||
|
@ -272,8 +281,8 @@
|
|||
</section>
|
||||
</section>
|
||||
<section id="footer">
|
||||
<p>© 2020 <a class="link" href="https://github.com/shogo4405/Logboard" target="_blank" rel="external">shogo4405</a>. All rights reserved. (Last updated: 2020-06-20)</p>
|
||||
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.13.4</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
|
||||
<p>© 2020 <a class="link" href="https://github.com/shogo4405/Logboard" target="_blank" rel="external">shogo4405</a>. All rights reserved. (Last updated: 2020-09-12)</p>
|
||||
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.13.5</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
|
||||
</section>
|
||||
</article>
|
||||
</div>
|
||||
|
|
|
@ -8,13 +8,21 @@
|
|||
<script src="../js/jquery.min.js" defer></script>
|
||||
<script src="../js/jazzy.js" defer></script>
|
||||
|
||||
<script src="../js/lunr.min.js" defer></script>
|
||||
<script src="../js/typeahead.jquery.js" defer></script>
|
||||
<script src="../js/jazzy.search.js" defer></script>
|
||||
</head>
|
||||
<body>
|
||||
<a name="//apple_ref/swift/Class/MultiAppender" class="dashAnchor"></a>
|
||||
<a title="MultiAppender Class Reference"></a>
|
||||
<header>
|
||||
<div class="content-wrapper">
|
||||
<p><a href="../index.html">Logboard 2.1.3 Docs</a> (3% documented)</p>
|
||||
<p><a href="../index.html">Logboard 2.2.0 Docs</a> (3% documented)</p>
|
||||
<p class="header-right">
|
||||
<form role="search" action="../search.json">
|
||||
<input type="text" placeholder="Search documentation" data-typeahead>
|
||||
</form>
|
||||
</p>
|
||||
</div>
|
||||
</header>
|
||||
<div class="content-wrapper">
|
||||
|
@ -69,6 +77,7 @@
|
|||
<h1>MultiAppender</h1>
|
||||
<div class="declaration">
|
||||
<div class="language">
|
||||
|
||||
<pre class="highlight swift"><code><span class="kd">public</span> <span class="kd">class</span> <span class="kt">MultiAppender</span> <span class="p">:</span> <span class="kt"><a href="../Protocols/LogboardAppender.html">LogboardAppender</a></span></code></pre>
|
||||
|
||||
</div>
|
||||
|
@ -192,8 +201,8 @@
|
|||
</section>
|
||||
</section>
|
||||
<section id="footer">
|
||||
<p>© 2020 <a class="link" href="https://github.com/shogo4405/Logboard" target="_blank" rel="external">shogo4405</a>. All rights reserved. (Last updated: 2020-06-20)</p>
|
||||
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.13.4</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
|
||||
<p>© 2020 <a class="link" href="https://github.com/shogo4405/Logboard" target="_blank" rel="external">shogo4405</a>. All rights reserved. (Last updated: 2020-09-12)</p>
|
||||
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.13.5</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
|
||||
</section>
|
||||
</article>
|
||||
</div>
|
||||
|
|
|
@ -8,13 +8,21 @@
|
|||
<script src="../js/jquery.min.js" defer></script>
|
||||
<script src="../js/jazzy.js" defer></script>
|
||||
|
||||
<script src="../js/lunr.min.js" defer></script>
|
||||
<script src="../js/typeahead.jquery.js" defer></script>
|
||||
<script src="../js/jazzy.search.js" defer></script>
|
||||
</head>
|
||||
<body>
|
||||
<a name="//apple_ref/swift/Class/NullAppender" class="dashAnchor"></a>
|
||||
<a title="NullAppender Class Reference"></a>
|
||||
<header>
|
||||
<div class="content-wrapper">
|
||||
<p><a href="../index.html">Logboard 2.1.3 Docs</a> (3% documented)</p>
|
||||
<p><a href="../index.html">Logboard 2.2.0 Docs</a> (3% documented)</p>
|
||||
<p class="header-right">
|
||||
<form role="search" action="../search.json">
|
||||
<input type="text" placeholder="Search documentation" data-typeahead>
|
||||
</form>
|
||||
</p>
|
||||
</div>
|
||||
</header>
|
||||
<div class="content-wrapper">
|
||||
|
@ -69,6 +77,7 @@
|
|||
<h1>NullAppender</h1>
|
||||
<div class="declaration">
|
||||
<div class="language">
|
||||
|
||||
<pre class="highlight swift"><code><span class="kd">public</span> <span class="kd">class</span> <span class="kt">NullAppender</span> <span class="p">:</span> <span class="kt"><a href="../Protocols/LogboardAppender.html">LogboardAppender</a></span></code></pre>
|
||||
|
||||
</div>
|
||||
|
@ -165,8 +174,8 @@
|
|||
</section>
|
||||
</section>
|
||||
<section id="footer">
|
||||
<p>© 2020 <a class="link" href="https://github.com/shogo4405/Logboard" target="_blank" rel="external">shogo4405</a>. All rights reserved. (Last updated: 2020-06-20)</p>
|
||||
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.13.4</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
|
||||
<p>© 2020 <a class="link" href="https://github.com/shogo4405/Logboard" target="_blank" rel="external">shogo4405</a>. All rights reserved. (Last updated: 2020-09-12)</p>
|
||||
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.13.5</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
|
||||
</section>
|
||||
</article>
|
||||
</div>
|
||||
|
|
|
@ -8,13 +8,21 @@
|
|||
<script src="../js/jquery.min.js" defer></script>
|
||||
<script src="../js/jazzy.js" defer></script>
|
||||
|
||||
<script src="../js/lunr.min.js" defer></script>
|
||||
<script src="../js/typeahead.jquery.js" defer></script>
|
||||
<script src="../js/jazzy.search.js" defer></script>
|
||||
</head>
|
||||
<body>
|
||||
<a name="//apple_ref/swift/Class/SocketAppender" class="dashAnchor"></a>
|
||||
<a title="SocketAppender Class Reference"></a>
|
||||
<header>
|
||||
<div class="content-wrapper">
|
||||
<p><a href="../index.html">Logboard 2.1.3 Docs</a> (3% documented)</p>
|
||||
<p><a href="../index.html">Logboard 2.2.0 Docs</a> (3% documented)</p>
|
||||
<p class="header-right">
|
||||
<form role="search" action="../search.json">
|
||||
<input type="text" placeholder="Search documentation" data-typeahead>
|
||||
</form>
|
||||
</p>
|
||||
</div>
|
||||
</header>
|
||||
<div class="content-wrapper">
|
||||
|
@ -69,6 +77,7 @@
|
|||
<h1>SocketAppender</h1>
|
||||
<div class="declaration">
|
||||
<div class="language">
|
||||
|
||||
<pre class="highlight swift"><code><span class="kd">public</span> <span class="kd">class</span> <span class="kt">SocketAppender</span> <span class="p">:</span> <span class="kt"><a href="../Protocols/LogboardAppender.html">LogboardAppender</a></span></code></pre>
|
||||
|
||||
</div>
|
||||
|
@ -219,8 +228,8 @@
|
|||
</section>
|
||||
</section>
|
||||
<section id="footer">
|
||||
<p>© 2020 <a class="link" href="https://github.com/shogo4405/Logboard" target="_blank" rel="external">shogo4405</a>. All rights reserved. (Last updated: 2020-06-20)</p>
|
||||
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.13.4</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
|
||||
<p>© 2020 <a class="link" href="https://github.com/shogo4405/Logboard" target="_blank" rel="external">shogo4405</a>. All rights reserved. (Last updated: 2020-09-12)</p>
|
||||
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.13.5</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
|
||||
</section>
|
||||
</article>
|
||||
</div>
|
||||
|
|
|
@ -8,13 +8,21 @@
|
|||
<script src="js/jquery.min.js" defer></script>
|
||||
<script src="js/jazzy.js" defer></script>
|
||||
|
||||
<script src="js/lunr.min.js" defer></script>
|
||||
<script src="js/typeahead.jquery.js" defer></script>
|
||||
<script src="js/jazzy.search.js" defer></script>
|
||||
</head>
|
||||
<body>
|
||||
<a name="//apple_ref/swift/Section/Protocols" class="dashAnchor"></a>
|
||||
<a title="Protocols Reference"></a>
|
||||
<header>
|
||||
<div class="content-wrapper">
|
||||
<p><a href="index.html">Logboard 2.1.3 Docs</a> (3% documented)</p>
|
||||
<p><a href="index.html">Logboard 2.2.0 Docs</a> (3% documented)</p>
|
||||
<p class="header-right">
|
||||
<form role="search" action="search.json">
|
||||
<input type="text" placeholder="Search documentation" data-typeahead>
|
||||
</form>
|
||||
</p>
|
||||
</div>
|
||||
</header>
|
||||
<div class="content-wrapper">
|
||||
|
@ -106,8 +114,8 @@
|
|||
</section>
|
||||
</section>
|
||||
<section id="footer">
|
||||
<p>© 2020 <a class="link" href="https://github.com/shogo4405/Logboard" target="_blank" rel="external">shogo4405</a>. All rights reserved. (Last updated: 2020-06-20)</p>
|
||||
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.13.4</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
|
||||
<p>© 2020 <a class="link" href="https://github.com/shogo4405/Logboard" target="_blank" rel="external">shogo4405</a>. All rights reserved. (Last updated: 2020-09-12)</p>
|
||||
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.13.5</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
|
||||
</section>
|
||||
</article>
|
||||
</div>
|
||||
|
|
|
@ -8,13 +8,21 @@
|
|||
<script src="../js/jquery.min.js" defer></script>
|
||||
<script src="../js/jazzy.js" defer></script>
|
||||
|
||||
<script src="../js/lunr.min.js" defer></script>
|
||||
<script src="../js/typeahead.jquery.js" defer></script>
|
||||
<script src="../js/jazzy.search.js" defer></script>
|
||||
</head>
|
||||
<body>
|
||||
<a name="//apple_ref/swift/Protocol/LogboardAppender" class="dashAnchor"></a>
|
||||
<a title="LogboardAppender Protocol Reference"></a>
|
||||
<header>
|
||||
<div class="content-wrapper">
|
||||
<p><a href="../index.html">Logboard 2.1.3 Docs</a> (3% documented)</p>
|
||||
<p><a href="../index.html">Logboard 2.2.0 Docs</a> (3% documented)</p>
|
||||
<p class="header-right">
|
||||
<form role="search" action="../search.json">
|
||||
<input type="text" placeholder="Search documentation" data-typeahead>
|
||||
</form>
|
||||
</p>
|
||||
</div>
|
||||
</header>
|
||||
<div class="content-wrapper">
|
||||
|
@ -69,6 +77,7 @@
|
|||
<h1>LogboardAppender</h1>
|
||||
<div class="declaration">
|
||||
<div class="language">
|
||||
|
||||
<pre class="highlight swift"><code><span class="kd">public</span> <span class="kd">protocol</span> <span class="kt">LogboardAppender</span></code></pre>
|
||||
|
||||
</div>
|
||||
|
@ -138,8 +147,8 @@
|
|||
</section>
|
||||
</section>
|
||||
<section id="footer">
|
||||
<p>© 2020 <a class="link" href="https://github.com/shogo4405/Logboard" target="_blank" rel="external">shogo4405</a>. All rights reserved. (Last updated: 2020-06-20)</p>
|
||||
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.13.4</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
|
||||
<p>© 2020 <a class="link" href="https://github.com/shogo4405/Logboard" target="_blank" rel="external">shogo4405</a>. All rights reserved. (Last updated: 2020-09-12)</p>
|
||||
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.13.5</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
|
||||
</section>
|
||||
</article>
|
||||
</div>
|
||||
|
|
|
@ -56,9 +56,14 @@ p code, li code {
|
|||
padding: 2px 4px;
|
||||
border-radius: 4px; }
|
||||
|
||||
pre > code {
|
||||
padding: 0; }
|
||||
|
||||
a {
|
||||
color: #0088cc;
|
||||
text-decoration: none; }
|
||||
a code {
|
||||
color: inherit; }
|
||||
|
||||
ul {
|
||||
padding-left: 15px; }
|
||||
|
@ -80,11 +85,11 @@ blockquote {
|
|||
|
||||
header {
|
||||
font-size: 0.85em;
|
||||
line-height: 26px;
|
||||
line-height: 32px;
|
||||
background-color: #414141;
|
||||
position: fixed;
|
||||
width: 100%;
|
||||
z-index: 2; }
|
||||
z-index: 3; }
|
||||
header img {
|
||||
padding-right: 6px;
|
||||
vertical-align: -4px;
|
||||
|
@ -100,12 +105,12 @@ header {
|
|||
|
||||
#breadcrumbs {
|
||||
background-color: #f2f2f2;
|
||||
height: 27px;
|
||||
height: 21px;
|
||||
padding-top: 17px;
|
||||
position: fixed;
|
||||
width: 100%;
|
||||
z-index: 2;
|
||||
margin-top: 26px; }
|
||||
margin-top: 32px; }
|
||||
#breadcrumbs #carat {
|
||||
height: 10px;
|
||||
margin: 0 5px; }
|
||||
|
@ -199,6 +204,7 @@ header {
|
|||
margin-left: 18px; }
|
||||
|
||||
.task-group-section {
|
||||
margin-top: 10px;
|
||||
padding-left: 6px;
|
||||
border-top: 1px solid #e2e2e2; }
|
||||
|
||||
|
@ -372,3 +378,46 @@ html.dash .content-wrapper {
|
|||
|
||||
html.dash #footer {
|
||||
position: static; }
|
||||
|
||||
form[role=search] {
|
||||
float: right; }
|
||||
form[role=search] input {
|
||||
font: Helvetica, freesans, Arial, sans-serif;
|
||||
margin-top: 6px;
|
||||
font-size: 13px;
|
||||
line-height: 20px;
|
||||
padding: 0px 10px;
|
||||
border: none;
|
||||
border-radius: 1em; }
|
||||
.loading form[role=search] input {
|
||||
background: white url(../img/spinner.gif) center right 4px no-repeat; }
|
||||
form[role=search] .tt-menu {
|
||||
margin: 0;
|
||||
min-width: 300px;
|
||||
background: #fff;
|
||||
color: #333;
|
||||
border: 1px solid #e2e2e2;
|
||||
z-index: 4; }
|
||||
form[role=search] .tt-highlight {
|
||||
font-weight: bold; }
|
||||
form[role=search] .tt-suggestion {
|
||||
font: Helvetica, freesans, Arial, sans-serif;
|
||||
font-size: 14px;
|
||||
padding: 0 8px; }
|
||||
form[role=search] .tt-suggestion span {
|
||||
display: table-cell;
|
||||
white-space: nowrap; }
|
||||
form[role=search] .tt-suggestion .doc-parent-name {
|
||||
width: 100%;
|
||||
text-align: right;
|
||||
font-weight: normal;
|
||||
font-size: 0.9em;
|
||||
padding-left: 16px; }
|
||||
form[role=search] .tt-suggestion:hover,
|
||||
form[role=search] .tt-suggestion.tt-cursor {
|
||||
cursor: pointer;
|
||||
background-color: #4183c4;
|
||||
color: #fff; }
|
||||
form[role=search] .tt-suggestion:hover .doc-parent-name,
|
||||
form[role=search] .tt-suggestion.tt-cursor .doc-parent-name {
|
||||
color: #fff; }
|
||||
|
|
Binary file not shown.
After Width: | Height: | Size: 1.8 KiB |
|
@ -8,12 +8,20 @@
|
|||
<script src="js/jquery.min.js" defer></script>
|
||||
<script src="js/jazzy.js" defer></script>
|
||||
|
||||
<script src="js/lunr.min.js" defer></script>
|
||||
<script src="js/typeahead.jquery.js" defer></script>
|
||||
<script src="js/jazzy.search.js" defer></script>
|
||||
</head>
|
||||
<body>
|
||||
<a title="Logboard Reference"></a>
|
||||
<header>
|
||||
<div class="content-wrapper">
|
||||
<p><a href="index.html">Logboard 2.1.3 Docs</a> (3% documented)</p>
|
||||
<p><a href="index.html">Logboard 2.2.0 Docs</a> (3% documented)</p>
|
||||
<p class="header-right">
|
||||
<form role="search" action="search.json">
|
||||
<input type="text" placeholder="Search documentation" data-typeahead>
|
||||
</form>
|
||||
</p>
|
||||
</div>
|
||||
</header>
|
||||
<div class="content-wrapper">
|
||||
|
@ -100,24 +108,24 @@
|
|||
</tr>
|
||||
</thead><tbody>
|
||||
<tr>
|
||||
<td style="text-align: center">2.1.0+</td>
|
||||
<td style="text-align: center">8.0+</td>
|
||||
<td style="text-align: center">2.2.0+</td>
|
||||
<td style="text-align: center">9.0+</td>
|
||||
<td style="text-align: center">10.9+</td>
|
||||
<td style="text-align: center">9.0+</td>
|
||||
<td style="text-align: center">2.0</td>
|
||||
<td style="text-align: center">10.0+</td>
|
||||
<td style="text-align: center">12.0+</td>
|
||||
<td style="text-align: center">5.0</td>
|
||||
<td style="text-align: center">1.3.0</td>
|
||||
<td style="text-align: center">0.31.0+</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="text-align: center">2.0.0+</td>
|
||||
<td style="text-align: center">2.1.0+</td>
|
||||
<td style="text-align: center">8.0+</td>
|
||||
<td style="text-align: center">10.9+</td>
|
||||
<td style="text-align: center">9.0+</td>
|
||||
<td style="text-align: center">2.0</td>
|
||||
<td style="text-align: center">10.0+</td>
|
||||
<td style="text-align: center">4.2</td>
|
||||
<td style="text-align: center">11.0+</td>
|
||||
<td style="text-align: center">5.0</td>
|
||||
<td style="text-align: center">1.3.0</td>
|
||||
<td style="text-align: center">0.31.0+</td>
|
||||
</tr>
|
||||
|
@ -130,16 +138,16 @@
|
|||
<span class="n">use_frameworks!</span>
|
||||
|
||||
<span class="k">def</span> <span class="nf">import_pods</span>
|
||||
<span class="n">pod</span> <span class="s1">'Logboard'</span><span class="p">,</span> <span class="s1">'~> 2.1.3'</span>
|
||||
<span class="n">pod</span> <span class="s1">'Logboard'</span><span class="p">,</span> <span class="s1">'~> 2.2.0'</span>
|
||||
<span class="k">end</span>
|
||||
|
||||
<span class="n">target</span> <span class="s1">'Your Target'</span> <span class="k">do</span>
|
||||
<span class="n">platform</span> <span class="ss">:ios</span><span class="p">,</span> <span class="s1">'8.0'</span>
|
||||
<span class="n">platform</span> <span class="ss">:ios</span><span class="p">,</span> <span class="s1">'9.0'</span>
|
||||
<span class="n">import_pods</span>
|
||||
<span class="k">end</span>
|
||||
</code></pre>
|
||||
<h3 id='carthage' class='heading'>Carthage</h3>
|
||||
<pre class="highlight plaintext"><code>github "shogo4405/Logboard" ~> 2.1.3
|
||||
<pre class="highlight plaintext"><code>github "shogo4405/Logboard" ~> 2.2.0
|
||||
</code></pre>
|
||||
<h2 id='appenders' class='heading'>Appenders</h2>
|
||||
<h3 id='consoleappender' class='heading'>ConsoleAppender</h3>
|
||||
|
@ -169,8 +177,8 @@
|
|||
</section>
|
||||
</section>
|
||||
<section id="footer">
|
||||
<p>© 2020 <a class="link" href="https://github.com/shogo4405/Logboard" target="_blank" rel="external">shogo4405</a>. All rights reserved. (Last updated: 2020-06-20)</p>
|
||||
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.13.4</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
|
||||
<p>© 2020 <a class="link" href="https://github.com/shogo4405/Logboard" target="_blank" rel="external">shogo4405</a>. All rights reserved. (Last updated: 2020-09-12)</p>
|
||||
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.13.5</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
|
||||
</section>
|
||||
</article>
|
||||
</div>
|
||||
|
|
|
@ -0,0 +1,70 @@
|
|||
$(function(){
|
||||
var $typeahead = $('[data-typeahead]');
|
||||
var $form = $typeahead.parents('form');
|
||||
var searchURL = $form.attr('action');
|
||||
|
||||
function displayTemplate(result) {
|
||||
return result.name;
|
||||
}
|
||||
|
||||
function suggestionTemplate(result) {
|
||||
var t = '<div class="list-group-item clearfix">';
|
||||
t += '<span class="doc-name">' + result.name + '</span>';
|
||||
if (result.parent_name) {
|
||||
t += '<span class="doc-parent-name label">' + result.parent_name + '</span>';
|
||||
}
|
||||
t += '</div>';
|
||||
return t;
|
||||
}
|
||||
|
||||
$typeahead.one('focus', function() {
|
||||
$form.addClass('loading');
|
||||
|
||||
$.getJSON(searchURL).then(function(searchData) {
|
||||
const searchIndex = lunr(function() {
|
||||
this.ref('url');
|
||||
this.field('name');
|
||||
this.field('abstract');
|
||||
for (const [url, doc] of Object.entries(searchData)) {
|
||||
this.add({url: url, name: doc.name, abstract: doc.abstract});
|
||||
}
|
||||
});
|
||||
|
||||
$typeahead.typeahead(
|
||||
{
|
||||
highlight: true,
|
||||
minLength: 3,
|
||||
autoselect: true
|
||||
},
|
||||
{
|
||||
limit: 10,
|
||||
display: displayTemplate,
|
||||
templates: { suggestion: suggestionTemplate },
|
||||
source: function(query, sync) {
|
||||
const lcSearch = query.toLowerCase();
|
||||
const results = searchIndex.query(function(q) {
|
||||
q.term(lcSearch, { boost: 100 });
|
||||
q.term(lcSearch, {
|
||||
boost: 10,
|
||||
wildcard: lunr.Query.wildcard.TRAILING
|
||||
});
|
||||
}).map(function(result) {
|
||||
var doc = searchData[result.ref];
|
||||
doc.url = result.ref;
|
||||
return doc;
|
||||
});
|
||||
sync(results);
|
||||
}
|
||||
}
|
||||
);
|
||||
$form.removeClass('loading');
|
||||
$typeahead.trigger('focus');
|
||||
});
|
||||
});
|
||||
|
||||
var baseURL = searchURL.slice(0, -"search.json".length);
|
||||
|
||||
$typeahead.on('typeahead:select', function(e, result) {
|
||||
window.location = baseURL + result.url;
|
||||
});
|
||||
});
|
File diff suppressed because one or more lines are too long
File diff suppressed because it is too large
Load Diff
Binary file not shown.
Binary file not shown.
After Width: | Height: | Size: 1.8 KiB |
|
@ -8,12 +8,20 @@
|
|||
<script src="js/jquery.min.js" defer></script>
|
||||
<script src="js/jazzy.js" defer></script>
|
||||
|
||||
<script src="js/lunr.min.js" defer></script>
|
||||
<script src="js/typeahead.jquery.js" defer></script>
|
||||
<script src="js/jazzy.search.js" defer></script>
|
||||
</head>
|
||||
<body>
|
||||
<a title="Logboard Reference"></a>
|
||||
<header>
|
||||
<div class="content-wrapper">
|
||||
<p><a href="index.html">Logboard 2.1.3 Docs</a> (3% documented)</p>
|
||||
<p><a href="index.html">Logboard 2.2.0 Docs</a> (3% documented)</p>
|
||||
<p class="header-right">
|
||||
<form role="search" action="search.json">
|
||||
<input type="text" placeholder="Search documentation" data-typeahead>
|
||||
</form>
|
||||
</p>
|
||||
</div>
|
||||
</header>
|
||||
<div class="content-wrapper">
|
||||
|
@ -100,24 +108,24 @@
|
|||
</tr>
|
||||
</thead><tbody>
|
||||
<tr>
|
||||
<td style="text-align: center">2.1.0+</td>
|
||||
<td style="text-align: center">8.0+</td>
|
||||
<td style="text-align: center">2.2.0+</td>
|
||||
<td style="text-align: center">9.0+</td>
|
||||
<td style="text-align: center">10.9+</td>
|
||||
<td style="text-align: center">9.0+</td>
|
||||
<td style="text-align: center">2.0</td>
|
||||
<td style="text-align: center">10.0+</td>
|
||||
<td style="text-align: center">12.0+</td>
|
||||
<td style="text-align: center">5.0</td>
|
||||
<td style="text-align: center">1.3.0</td>
|
||||
<td style="text-align: center">0.31.0+</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="text-align: center">2.0.0+</td>
|
||||
<td style="text-align: center">2.1.0+</td>
|
||||
<td style="text-align: center">8.0+</td>
|
||||
<td style="text-align: center">10.9+</td>
|
||||
<td style="text-align: center">9.0+</td>
|
||||
<td style="text-align: center">2.0</td>
|
||||
<td style="text-align: center">10.0+</td>
|
||||
<td style="text-align: center">4.2</td>
|
||||
<td style="text-align: center">11.0+</td>
|
||||
<td style="text-align: center">5.0</td>
|
||||
<td style="text-align: center">1.3.0</td>
|
||||
<td style="text-align: center">0.31.0+</td>
|
||||
</tr>
|
||||
|
@ -130,16 +138,16 @@
|
|||
<span class="n">use_frameworks!</span>
|
||||
|
||||
<span class="k">def</span> <span class="nf">import_pods</span>
|
||||
<span class="n">pod</span> <span class="s1">'Logboard'</span><span class="p">,</span> <span class="s1">'~> 2.1.3'</span>
|
||||
<span class="n">pod</span> <span class="s1">'Logboard'</span><span class="p">,</span> <span class="s1">'~> 2.2.0'</span>
|
||||
<span class="k">end</span>
|
||||
|
||||
<span class="n">target</span> <span class="s1">'Your Target'</span> <span class="k">do</span>
|
||||
<span class="n">platform</span> <span class="ss">:ios</span><span class="p">,</span> <span class="s1">'8.0'</span>
|
||||
<span class="n">platform</span> <span class="ss">:ios</span><span class="p">,</span> <span class="s1">'9.0'</span>
|
||||
<span class="n">import_pods</span>
|
||||
<span class="k">end</span>
|
||||
</code></pre>
|
||||
<h3 id='carthage' class='heading'>Carthage</h3>
|
||||
<pre class="highlight plaintext"><code>github "shogo4405/Logboard" ~> 2.1.3
|
||||
<pre class="highlight plaintext"><code>github "shogo4405/Logboard" ~> 2.2.0
|
||||
</code></pre>
|
||||
<h2 id='appenders' class='heading'>Appenders</h2>
|
||||
<h3 id='consoleappender' class='heading'>ConsoleAppender</h3>
|
||||
|
@ -169,8 +177,8 @@
|
|||
</section>
|
||||
</section>
|
||||
<section id="footer">
|
||||
<p>© 2020 <a class="link" href="https://github.com/shogo4405/Logboard" target="_blank" rel="external">shogo4405</a>. All rights reserved. (Last updated: 2020-06-20)</p>
|
||||
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.13.4</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
|
||||
<p>© 2020 <a class="link" href="https://github.com/shogo4405/Logboard" target="_blank" rel="external">shogo4405</a>. All rights reserved. (Last updated: 2020-09-12)</p>
|
||||
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.13.5</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
|
||||
</section>
|
||||
</article>
|
||||
</div>
|
||||
|
|
|
@ -0,0 +1,70 @@
|
|||
$(function(){
|
||||
var $typeahead = $('[data-typeahead]');
|
||||
var $form = $typeahead.parents('form');
|
||||
var searchURL = $form.attr('action');
|
||||
|
||||
function displayTemplate(result) {
|
||||
return result.name;
|
||||
}
|
||||
|
||||
function suggestionTemplate(result) {
|
||||
var t = '<div class="list-group-item clearfix">';
|
||||
t += '<span class="doc-name">' + result.name + '</span>';
|
||||
if (result.parent_name) {
|
||||
t += '<span class="doc-parent-name label">' + result.parent_name + '</span>';
|
||||
}
|
||||
t += '</div>';
|
||||
return t;
|
||||
}
|
||||
|
||||
$typeahead.one('focus', function() {
|
||||
$form.addClass('loading');
|
||||
|
||||
$.getJSON(searchURL).then(function(searchData) {
|
||||
const searchIndex = lunr(function() {
|
||||
this.ref('url');
|
||||
this.field('name');
|
||||
this.field('abstract');
|
||||
for (const [url, doc] of Object.entries(searchData)) {
|
||||
this.add({url: url, name: doc.name, abstract: doc.abstract});
|
||||
}
|
||||
});
|
||||
|
||||
$typeahead.typeahead(
|
||||
{
|
||||
highlight: true,
|
||||
minLength: 3,
|
||||
autoselect: true
|
||||
},
|
||||
{
|
||||
limit: 10,
|
||||
display: displayTemplate,
|
||||
templates: { suggestion: suggestionTemplate },
|
||||
source: function(query, sync) {
|
||||
const lcSearch = query.toLowerCase();
|
||||
const results = searchIndex.query(function(q) {
|
||||
q.term(lcSearch, { boost: 100 });
|
||||
q.term(lcSearch, {
|
||||
boost: 10,
|
||||
wildcard: lunr.Query.wildcard.TRAILING
|
||||
});
|
||||
}).map(function(result) {
|
||||
var doc = searchData[result.ref];
|
||||
doc.url = result.ref;
|
||||
return doc;
|
||||
});
|
||||
sync(results);
|
||||
}
|
||||
}
|
||||
);
|
||||
$form.removeClass('loading');
|
||||
$typeahead.trigger('focus');
|
||||
});
|
||||
});
|
||||
|
||||
var baseURL = searchURL.slice(0, -"search.json".length);
|
||||
|
||||
$typeahead.on('typeahead:select', function(e, result) {
|
||||
window.location = baseURL + result.url;
|
||||
});
|
||||
});
|
File diff suppressed because one or more lines are too long
File diff suppressed because it is too large
Load Diff
|
@ -359,7 +359,7 @@
|
|||
},
|
||||
{
|
||||
"file": "/Users/shogo.endo/Documents/GitHub/Logboard/Sources/Logboard/NullAppender.swift",
|
||||
"line": 9,
|
||||
"line": 10,
|
||||
"symbol": "NullAppender.append(_:level:format:arguments:file:function:line:)",
|
||||
"symbol_kind": "source.lang.swift.decl.function.method.instance",
|
||||
"warning": "undocumented"
|
||||
|
|
Loading…
Reference in New Issue