Skip to content

Commit 0bb95e2

Browse files
author
committed
Deployed c266185 with MkDocs version: 1.5.3
0 parents  commit 0bb95e2

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

55 files changed

+12583
-0
lines changed

.nojekyll

Whitespace-only changes.

404.html

+369
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,369 @@
1+
2+
<!doctype html>
3+
<html lang="en" class="no-js">
4+
<head>
5+
6+
<meta charset="utf-8">
7+
<meta name="viewport" content="width=device-width,initial-scale=1">
8+
9+
10+
<meta name="author" content="Kjell Hedström">
11+
12+
13+
14+
15+
16+
<link rel="icon" href="/assets/images/favicon.png">
17+
<meta name="generator" content="mkdocs-1.5.3, mkdocs-material-9.4.14">
18+
19+
20+
21+
<title>G3log, an asynchronous "crash-safe" logger</title>
22+
23+
24+
25+
<link rel="stylesheet" href="/assets/stylesheets/main.fad675c6.min.css">
26+
27+
28+
29+
30+
31+
32+
33+
34+
35+
36+
37+
38+
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
39+
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto:300,300i,400,400i,700,700i%7CRoboto+Mono:400,400i,700,700i&display=fallback">
40+
<style>:root{--md-text-font:"Roboto";--md-code-font:"Roboto Mono"}</style>
41+
42+
43+
44+
<script>__md_scope=new URL("/",location),__md_hash=e=>[...e].reduce((e,_)=>(e<<5)-e+_.charCodeAt(0),0),__md_get=(e,_=localStorage,t=__md_scope)=>JSON.parse(_.getItem(t.pathname+"."+e)),__md_set=(e,_,t=localStorage,a=__md_scope)=>{try{t.setItem(a.pathname+"."+e,JSON.stringify(_))}catch(e){}}</script>
45+
46+
47+
48+
49+
50+
51+
</head>
52+
53+
54+
<body dir="ltr">
55+
56+
57+
58+
<script>var palette=__md_get("__palette");if(palette&&"object"==typeof palette.color)for(var key of Object.keys(palette.color))document.body.setAttribute("data-md-color-"+key,palette.color[key])</script>
59+
60+
<input class="md-toggle" data-md-toggle="drawer" type="checkbox" id="__drawer" autocomplete="off">
61+
<input class="md-toggle" data-md-toggle="search" type="checkbox" id="__search" autocomplete="off">
62+
<label class="md-overlay" for="__drawer"></label>
63+
<div data-md-component="skip">
64+
65+
</div>
66+
<div data-md-component="announce">
67+
68+
</div>
69+
70+
71+
72+
73+
74+
75+
<header class="md-header md-header--shadow" data-md-component="header">
76+
<nav class="md-header__inner md-grid" aria-label="Header">
77+
<a href="/." title="G3log, an asynchronous &#34;crash-safe&#34; logger" class="md-header__button md-logo" aria-label="G3log, an asynchronous "crash-safe" logger" data-md-component="logo">
78+
79+
80+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 8a3 3 0 0 0 3-3 3 3 0 0 0-3-3 3 3 0 0 0-3 3 3 3 0 0 0 3 3m0 3.54C9.64 9.35 6.5 8 3 8v11c3.5 0 6.64 1.35 9 3.54 2.36-2.19 5.5-3.54 9-3.54V8c-3.5 0-6.64 1.35-9 3.54Z"/></svg>
81+
82+
</a>
83+
<label class="md-header__button md-icon" for="__drawer">
84+
85+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M3 6h18v2H3V6m0 5h18v2H3v-2m0 5h18v2H3v-2Z"/></svg>
86+
</label>
87+
<div class="md-header__title" data-md-component="header-title">
88+
<div class="md-header__ellipsis">
89+
<div class="md-header__topic">
90+
<span class="md-ellipsis">
91+
G3log, an asynchronous "crash-safe" logger
92+
</span>
93+
</div>
94+
<div class="md-header__topic" data-md-component="header-topic">
95+
<span class="md-ellipsis">
96+
97+
98+
99+
</span>
100+
</div>
101+
</div>
102+
</div>
103+
104+
105+
106+
<label class="md-header__button md-icon" for="__search">
107+
108+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M9.5 3A6.5 6.5 0 0 1 16 9.5c0 1.61-.59 3.09-1.56 4.23l.27.27h.79l5 5-1.5 1.5-5-5v-.79l-.27-.27A6.516 6.516 0 0 1 9.5 16 6.5 6.5 0 0 1 3 9.5 6.5 6.5 0 0 1 9.5 3m0 2C7 5 5 7 5 9.5S7 14 9.5 14 14 12 14 9.5 12 5 9.5 5Z"/></svg>
109+
</label>
110+
<div class="md-search" data-md-component="search" role="dialog">
111+
<label class="md-search__overlay" for="__search"></label>
112+
<div class="md-search__inner" role="search">
113+
<form class="md-search__form" name="search">
114+
<input type="text" class="md-search__input" name="query" aria-label="Search" placeholder="Search" autocapitalize="off" autocorrect="off" autocomplete="off" spellcheck="false" data-md-component="search-query" required>
115+
<label class="md-search__icon md-icon" for="__search">
116+
117+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M9.5 3A6.5 6.5 0 0 1 16 9.5c0 1.61-.59 3.09-1.56 4.23l.27.27h.79l5 5-1.5 1.5-5-5v-.79l-.27-.27A6.516 6.516 0 0 1 9.5 16 6.5 6.5 0 0 1 3 9.5 6.5 6.5 0 0 1 9.5 3m0 2C7 5 5 7 5 9.5S7 14 9.5 14 14 12 14 9.5 12 5 9.5 5Z"/></svg>
118+
119+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20 11v2H8l5.5 5.5-1.42 1.42L4.16 12l7.92-7.92L13.5 5.5 8 11h12Z"/></svg>
120+
</label>
121+
<nav class="md-search__options" aria-label="Search">
122+
123+
<button type="reset" class="md-search__icon md-icon" title="Clear" aria-label="Clear" tabindex="-1">
124+
125+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19 6.41 17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12 19 6.41Z"/></svg>
126+
</button>
127+
</nav>
128+
129+
</form>
130+
<div class="md-search__output">
131+
<div class="md-search__scrollwrap" data-md-scrollfix>
132+
<div class="md-search-result" data-md-component="search-result">
133+
<div class="md-search-result__meta">
134+
Initializing search
135+
</div>
136+
<ol class="md-search-result__list" role="presentation"></ol>
137+
</div>
138+
</div>
139+
</div>
140+
</div>
141+
</div>
142+
143+
144+
</nav>
145+
146+
</header>
147+
148+
<div class="md-container" data-md-component="container">
149+
150+
151+
152+
153+
154+
155+
<main class="md-main" data-md-component="main">
156+
<div class="md-main__inner md-grid">
157+
158+
159+
160+
<div class="md-sidebar md-sidebar--primary" data-md-component="sidebar" data-md-type="navigation" >
161+
<div class="md-sidebar__scrollwrap">
162+
<div class="md-sidebar__inner">
163+
164+
165+
166+
167+
<nav class="md-nav md-nav--primary" aria-label="Navigation" data-md-level="0">
168+
<label class="md-nav__title" for="__drawer">
169+
<a href="/." title="G3log, an asynchronous &#34;crash-safe&#34; logger" class="md-nav__button md-logo" aria-label="G3log, an asynchronous "crash-safe" logger" data-md-component="logo">
170+
171+
172+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 8a3 3 0 0 0 3-3 3 3 0 0 0-3-3 3 3 0 0 0-3 3 3 3 0 0 0 3 3m0 3.54C9.64 9.35 6.5 8 3 8v11c3.5 0 6.64 1.35 9 3.54 2.36-2.19 5.5-3.54 9-3.54V8c-3.5 0-6.64 1.35-9 3.54Z"/></svg>
173+
174+
</a>
175+
G3log, an asynchronous "crash-safe" logger
176+
</label>
177+
178+
<ul class="md-nav__list" data-md-scrollfix>
179+
180+
181+
182+
183+
184+
185+
186+
<li class="md-nav__item">
187+
<a href="/." class="md-nav__link">
188+
189+
190+
<span class="md-ellipsis">
191+
Introduction to G3log
192+
</span>
193+
194+
195+
</a>
196+
</li>
197+
198+
199+
200+
201+
202+
203+
204+
205+
206+
<li class="md-nav__item">
207+
<a href="/g3log/" class="md-nav__link">
208+
209+
210+
<span class="md-ellipsis">
211+
G3log usage
212+
</span>
213+
214+
215+
</a>
216+
</li>
217+
218+
219+
220+
221+
222+
223+
224+
225+
226+
<li class="md-nav__item">
227+
<a href="/API/" class="md-nav__link">
228+
229+
230+
<span class="md-ellipsis">
231+
API description
232+
</span>
233+
234+
235+
</a>
236+
</li>
237+
238+
239+
240+
241+
242+
243+
244+
245+
246+
<li class="md-nav__item">
247+
<a href="/API_custom_formatting/" class="md-nav__link">
248+
249+
250+
<span class="md-ellipsis">
251+
API for custom log formatting
252+
</span>
253+
254+
255+
</a>
256+
</li>
257+
258+
259+
260+
261+
262+
263+
264+
265+
266+
<li class="md-nav__item">
267+
<a href="/building/" class="md-nav__link">
268+
269+
270+
<span class="md-ellipsis">
271+
Configure, Build, Package, Install and Test
272+
</span>
273+
274+
275+
</a>
276+
</li>
277+
278+
279+
280+
281+
282+
283+
284+
285+
286+
<li class="md-nav__item">
287+
<a href="/contributing/" class="md-nav__link">
288+
289+
290+
<span class="md-ellipsis">
291+
License and contribution
292+
</span>
293+
294+
295+
</a>
296+
</li>
297+
298+
299+
300+
</ul>
301+
</nav>
302+
</div>
303+
</div>
304+
</div>
305+
306+
307+
308+
<div class="md-sidebar md-sidebar--secondary" data-md-component="sidebar" data-md-type="toc" >
309+
<div class="md-sidebar__scrollwrap">
310+
<div class="md-sidebar__inner">
311+
312+
313+
<nav class="md-nav md-nav--secondary" aria-label="Table of contents">
314+
315+
316+
317+
318+
</nav>
319+
</div>
320+
</div>
321+
</div>
322+
323+
324+
325+
<div class="md-content" data-md-component="content">
326+
<article class="md-content__inner md-typeset">
327+
328+
<h1>404 - Not found</h1>
329+
330+
</article>
331+
</div>
332+
333+
334+
</div>
335+
336+
</main>
337+
338+
<footer class="md-footer">
339+
340+
<div class="md-footer-meta md-typeset">
341+
<div class="md-footer-meta__inner md-grid">
342+
<div class="md-copyright">
343+
344+
345+
Made with
346+
<a href="https://squidfunk.github.io/mkdocs-material/" target="_blank" rel="noopener">
347+
Material for MkDocs
348+
</a>
349+
350+
</div>
351+
352+
</div>
353+
</div>
354+
</footer>
355+
356+
</div>
357+
<div class="md-dialog" data-md-component="dialog">
358+
<div class="md-dialog__inner md-typeset"></div>
359+
</div>
360+
361+
362+
<script id="__config" type="application/json">{"base": "/", "features": [], "search": "/assets/javascripts/workers/search.f886a092.min.js", "translations": {"clipboard.copied": "Copied to clipboard", "clipboard.copy": "Copy to clipboard", "search.result.more.one": "1 more on this page", "search.result.more.other": "# more on this page", "search.result.none": "No matching documents", "search.result.one": "1 matching document", "search.result.other": "# matching documents", "search.result.placeholder": "Type to start searching", "search.result.term.missing": "Missing", "select.version": "Select version"}}</script>
363+
364+
365+
<script src="/assets/javascripts/bundle.cd18aaf1.min.js"></script>
366+
367+
368+
</body>
369+
</html>

0 commit comments

Comments
 (0)