Create gh-pages branch via GitHub

This commit is contained in:
sta 2014-02-25 17:19:56 +09:00
parent 4d5002cd4a
commit c141aaa628
2 changed files with 4 additions and 4 deletions

View File

@ -27,8 +27,8 @@
</ul>
</header>
<section>
<h1>
<a name="welcome-to-websocket-sharp" class="anchor" href="#welcome-to-websocket-sharp"><span class="octicon octicon-link"></span></a>Welcome to websocket-sharp!</h1>
<h2>
<a name="welcome-to-websocket-sharp" class="anchor" href="#welcome-to-websocket-sharp"><span class="octicon octicon-link"></span></a>Welcome to websocket-sharp!</h2>
<p><strong>websocket-sharp</strong> supports the followings:</p>
@ -513,7 +513,7 @@
<div class="highlight highlight-cs"><pre><span class="n">ws</span><span class="p">.</span><span class="n">Log</span><span class="p">.</span><span class="n">Level</span> <span class="p">=</span> <span class="n">LogLevel</span><span class="p">.</span><span class="n">DEBUG</span><span class="p">;</span>
</pre></div>
<p>This means a log with less than <code>LogLevel.DEBUG</code> isn't outputted.</p>
<p>This means a log with less than <code>LogLevel.DEBUG</code> cannot be outputted.</p>
<p>And if you would like to output a log, you should use any of the output methods. The following outputs a log with <code>LogLevel.DEBUG</code>.</p>

File diff suppressed because one or more lines are too long