Skip to content

Commit c6e16b5

Browse files
committed
deploy: 6ce56e7
0 parents  commit c6e16b5

File tree

404 files changed

+102002
-0
lines changed

Some content is hidden

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

404 files changed

+102002
-0
lines changed

.nojekyll

Whitespace-only changes.

api/Backdash.ConnectionInterruptedEventInfo.html

Lines changed: 486 additions & 0 deletions
Large diffs are not rendered by default.
Lines changed: 254 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,254 @@
1+
<!DOCTYPE html>
2+
<html>
3+
<head>
4+
<meta charset="utf-8">
5+
<title>Class ConsoleTextLogWriter | Backdash Netcode </title>
6+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
7+
<meta name="title" content="Class ConsoleTextLogWriter | Backdash Netcode ">
8+
9+
<meta name="description" content="Implementation of for logging into .">
10+
<link rel="icon" href="../docs/images/favicon.ico">
11+
<link rel="stylesheet" href="../public/docfx.min.css">
12+
<link rel="stylesheet" href="../public/main.css">
13+
<meta name="docfx:navrel" content="../toc.html">
14+
<meta name="docfx:tocrel" content="toc.html">
15+
16+
<meta name="docfx:rel" content="../">
17+
18+
19+
20+
<meta name="loc:inThisArticle" content="In this article">
21+
<meta name="loc:searchResultsCount" content="{count} results for &quot;{query}&quot;">
22+
<meta name="loc:searchNoResults" content="No results for &quot;{query}&quot;">
23+
<meta name="loc:tocFilter" content="Filter by title">
24+
<meta name="loc:nextArticle" content="Next">
25+
<meta name="loc:prevArticle" content="Previous">
26+
<meta name="loc:themeLight" content="Light">
27+
<meta name="loc:themeDark" content="Dark">
28+
<meta name="loc:themeAuto" content="Auto">
29+
<meta name="loc:changeTheme" content="Change theme">
30+
<meta name="loc:copy" content="Copy">
31+
<meta name="loc:downloadPdf" content="Download PDF">
32+
33+
<script type="module" src="./../public/docfx.min.js"></script>
34+
35+
<script>
36+
const theme = localStorage.getItem('theme') || 'auto'
37+
document.documentElement.setAttribute('data-bs-theme', theme === 'auto' ? (window.matchMedia('(prefers-color-scheme: dark)').matches ? 'dark' : 'light') : theme)
38+
</script>
39+
40+
</head>
41+
42+
<body class="tex2jax_ignore" data-layout="" data-yaml-mime="ManagedReference">
43+
<header class="bg-body border-bottom">
44+
<nav id="autocollapse" class="navbar navbar-expand-md" role="navigation">
45+
<div class="container-xxl flex-nowrap">
46+
<a class="navbar-brand" href="../index.html">
47+
<img id="logo" class="svg" src="../docs/images/logo.png" alt="Backdash">
48+
Backdash
49+
</a>
50+
<button class="btn btn-lg d-md-none border-0" type="button" data-bs-toggle="collapse" data-bs-target="#navpanel" aria-controls="navpanel" aria-expanded="false" aria-label="Toggle navigation">
51+
<i class="bi bi-three-dots"></i>
52+
</button>
53+
<div class="collapse navbar-collapse" id="navpanel">
54+
<div id="navbar">
55+
<form class="search" role="search" id="search">
56+
<i class="bi bi-search"></i>
57+
<input class="form-control" id="search-query" type="search" disabled placeholder="Search" autocomplete="off" aria-label="Search">
58+
</form>
59+
</div>
60+
</div>
61+
</div>
62+
</nav>
63+
</header>
64+
65+
<main class="container-xxl">
66+
<div class="toc-offcanvas">
67+
<div class="offcanvas-md offcanvas-start" tabindex="-1" id="tocOffcanvas" aria-labelledby="tocOffcanvasLabel">
68+
<div class="offcanvas-header">
69+
<h5 class="offcanvas-title" id="tocOffcanvasLabel">Table of Contents</h5>
70+
<button type="button" class="btn-close" data-bs-dismiss="offcanvas" data-bs-target="#tocOffcanvas" aria-label="Close"></button>
71+
</div>
72+
<div class="offcanvas-body">
73+
<nav class="toc" id="toc"></nav>
74+
</div>
75+
</div>
76+
</div>
77+
78+
<div class="content">
79+
<div class="actionbar">
80+
<button class="btn btn-lg border-0 d-md-none" type="button" data-bs-toggle="offcanvas" data-bs-target="#tocOffcanvas" aria-controls="tocOffcanvas" aria-expanded="false" aria-label="Show table of contents">
81+
<i class="bi bi-list"></i>
82+
</button>
83+
84+
<nav id="breadcrumb"></nav>
85+
</div>
86+
87+
<article data-uid="Backdash.Core.ConsoleTextLogWriter">
88+
89+
90+
91+
<h1 id="Backdash_Core_ConsoleTextLogWriter" data-uid="Backdash.Core.ConsoleTextLogWriter" class="text-break">
92+
Class ConsoleTextLogWriter <a class="header-action link-secondary" title="View source" href="https://github.com/Delta3-Studio/Backdash/blob/master/src/Backdash/Core/LogWriter.cs"><i class="bi bi-code-slash"></i></a>
93+
</h1>
94+
95+
<div class="facts text-secondary">
96+
<dl><dt>Namespace</dt><dd><a class="xref" href="Backdash.html">Backdash</a>.<a class="xref" href="Backdash.Core.html">Core</a></dd></dl>
97+
<dl><dt>Assembly</dt><dd>Backdash.dll</dd></dl>
98+
</div>
99+
100+
<div class="markdown summary"><p>Implementation of <a class="xref" href="Backdash.Core.ILogWriter.html">ILogWriter</a> for logging into <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.console">Console</a>.</p>
101+
</div>
102+
<div class="markdown conceptual"></div>
103+
104+
<div class="codewrapper">
105+
<pre><code class="lang-csharp hljs">public sealed class ConsoleTextLogWriter : TextLogWriter, ILogWriter, IDisposable</code></pre>
106+
</div>
107+
108+
109+
110+
111+
<dl class="typelist inheritance">
112+
<dt>Inheritance</dt>
113+
<dd>
114+
<div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a></div>
115+
<div><a class="xref" href="Backdash.Core.TextLogWriter.html">TextLogWriter</a></div>
116+
<div><span class="xref">ConsoleTextLogWriter</span></div>
117+
</dd>
118+
</dl>
119+
120+
<dl class="typelist implements">
121+
<dt>Implements</dt>
122+
<dd>
123+
<div><a class="xref" href="Backdash.Core.ILogWriter.html">ILogWriter</a></div>
124+
<div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.idisposable">IDisposable</a></div>
125+
</dd>
126+
</dl>
127+
128+
129+
<dl class="typelist inheritedMembers">
130+
<dt>Inherited Members</dt>
131+
<dd>
132+
<div>
133+
<a class="xref" href="Backdash.Core.TextLogWriter.html#Backdash_Core_TextLogWriter_Write_Backdash_Core_LogLevel_System_Char___System_Int32_">TextLogWriter.Write(LogLevel, char[], int)</a>
134+
</div>
135+
<div>
136+
<a class="xref" href="Backdash.Core.TextLogWriter.html#Backdash_Core_TextLogWriter_Dispose">TextLogWriter.Dispose()</a>
137+
</div>
138+
<div>
139+
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.gettype">object.GetType()</a>
140+
</div>
141+
<div>
142+
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.tostring">object.ToString()</a>
143+
</div>
144+
<div>
145+
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object)">object.Equals(object)</a>
146+
</div>
147+
<div>
148+
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object)">object.Equals(object, object)</a>
149+
</div>
150+
<div>
151+
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.referenceequals">object.ReferenceEquals(object, object)</a>
152+
</div>
153+
<div>
154+
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.gethashcode">object.GetHashCode()</a>
155+
</div>
156+
</dd></dl>
157+
158+
159+
160+
161+
162+
163+
<h2 class="section" id="constructors">Constructors
164+
</h2>
165+
166+
167+
<a id="Backdash_Core_ConsoleTextLogWriter__ctor_" data-uid="Backdash.Core.ConsoleTextLogWriter.#ctor*"></a>
168+
169+
<h3 id="Backdash_Core_ConsoleTextLogWriter__ctor" data-uid="Backdash.Core.ConsoleTextLogWriter.#ctor">
170+
ConsoleTextLogWriter()
171+
<a class="header-action link-secondary" title="View source" href="https://github.com/Delta3-Studio/Backdash/blob/master/src/Backdash/Core/LogWriter.cs"><i class="bi bi-code-slash"></i></a>
172+
</h3>
173+
174+
<div class="markdown level1 summary"></div>
175+
<div class="markdown level1 conceptual"></div>
176+
177+
<div class="codewrapper">
178+
<pre><code class="lang-csharp hljs">public ConsoleTextLogWriter()</code></pre>
179+
</div>
180+
181+
182+
183+
184+
185+
186+
187+
188+
189+
190+
191+
192+
193+
<h2 class="section" id="properties">Properties
194+
</h2>
195+
196+
197+
<a id="Backdash_Core_ConsoleTextLogWriter_TextWriter_" data-uid="Backdash.Core.ConsoleTextLogWriter.TextWriter*"></a>
198+
199+
<h3 id="Backdash_Core_ConsoleTextLogWriter_TextWriter" data-uid="Backdash.Core.ConsoleTextLogWriter.TextWriter">
200+
TextWriter
201+
<a class="header-action link-secondary" title="View source" href="https://github.com/Delta3-Studio/Backdash/blob/master/src/Backdash/Core/LogWriter.cs"><i class="bi bi-code-slash"></i></a>
202+
</h3>
203+
204+
<div class="markdown level1 summary"><p>Current <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.io.textwriter">TextWriter</a></p>
205+
</div>
206+
<div class="markdown level1 conceptual"></div>
207+
208+
<div class="codewrapper">
209+
<pre><code class="lang-csharp hljs">protected override TextWriter TextWriter { get; }</code></pre>
210+
</div>
211+
212+
213+
214+
215+
216+
<h4 class="section">Property Value</h4>
217+
<dl class="parameters">
218+
<dt><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.io.textwriter">TextWriter</a></dt>
219+
<dd></dd>
220+
</dl>
221+
222+
223+
224+
225+
226+
227+
228+
229+
230+
</article>
231+
232+
<div class="contribution d-print-none">
233+
<a href="https://github.com/Delta3-Studio/Backdash/blob/master/src/Backdash/Core/LogWriter.cs" class="edit-link">Edit this page</a>
234+
</div>
235+
236+
237+
</div>
238+
239+
<div class="affix">
240+
<nav id="affix"></nav>
241+
</div>
242+
</main>
243+
244+
<div class="container-xxl search-results" id="search-results"></div>
245+
246+
<footer class="border-top text-secondary">
247+
<div class="container-xxl">
248+
<div class="flex-fill">
249+
<span>Developed by <a href="https://lucasteles.dev/">Lucas Teles</a>.</span>
250+
</div>
251+
</div>
252+
</footer>
253+
</body>
254+
</html>

0 commit comments

Comments
 (0)