mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-12 18:27:23 +01:00
docs: regenerate
This commit is contained in:
parent
3479919ab6
commit
31af5d8d77
88 changed files with 9028 additions and 3189 deletions
|
|
@ -121,7 +121,7 @@
|
|||
<a href="https://github.com/goaaats/Dalamud/new/master/apiSpec/new?filename=Dalamud_Interface_SerilogEventSink__ctor_System_IFormatProvider_.md&value=---%0Auid%3A%20Dalamud.Interface.SerilogEventSink.%23ctor(System.IFormatProvider)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
|
||||
</span>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<a href="https://github.com/goaaats/Dalamud/blob/master/Dalamud/Interface/SerilogEventSink.cs/#L21">View Source</a>
|
||||
<a href="https://github.com/goaaats/Dalamud/blob/master/Dalamud/Interface/SerilogEventSink.cs/#L22">View Source</a>
|
||||
</span>
|
||||
<a id="Dalamud_Interface_SerilogEventSink__ctor_" data-uid="Dalamud.Interface.SerilogEventSink.#ctor*"></a>
|
||||
<h4 id="Dalamud_Interface_SerilogEventSink__ctor_System_IFormatProvider_" data-uid="Dalamud.Interface.SerilogEventSink.#ctor(System.IFormatProvider)">SerilogEventSink(IFormatProvider)</h4>
|
||||
|
|
@ -155,7 +155,7 @@
|
|||
<a href="https://github.com/goaaats/Dalamud/new/master/apiSpec/new?filename=Dalamud_Interface_SerilogEventSink_Instance.md&value=---%0Auid%3A%20Dalamud.Interface.SerilogEventSink.Instance%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
|
||||
</span>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<a href="https://github.com/goaaats/Dalamud/blob/master/Dalamud/Interface/SerilogEventSink.cs/#L17">View Source</a>
|
||||
<a href="https://github.com/goaaats/Dalamud/blob/master/Dalamud/Interface/SerilogEventSink.cs/#L18">View Source</a>
|
||||
</span>
|
||||
<h4 id="Dalamud_Interface_SerilogEventSink_Instance" data-uid="Dalamud.Interface.SerilogEventSink.Instance">Instance</h4>
|
||||
<div class="markdown level1 summary"></div>
|
||||
|
|
@ -186,7 +186,7 @@
|
|||
<a href="https://github.com/goaaats/Dalamud/new/master/apiSpec/new?filename=Dalamud_Interface_SerilogEventSink_Emit_Serilog_Events_LogEvent_.md&value=---%0Auid%3A%20Dalamud.Interface.SerilogEventSink.Emit(Serilog.Events.LogEvent)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
|
||||
</span>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<a href="https://github.com/goaaats/Dalamud/blob/master/Dalamud/Interface/SerilogEventSink.cs/#L28">View Source</a>
|
||||
<a href="https://github.com/goaaats/Dalamud/blob/master/Dalamud/Interface/SerilogEventSink.cs/#L29">View Source</a>
|
||||
</span>
|
||||
<a id="Dalamud_Interface_SerilogEventSink_Emit_" data-uid="Dalamud.Interface.SerilogEventSink.Emit*"></a>
|
||||
<h4 id="Dalamud_Interface_SerilogEventSink_Emit_Serilog_Events_LogEvent_" data-uid="Dalamud.Interface.SerilogEventSink.Emit(Serilog.Events.LogEvent)">Emit(LogEvent)</h4>
|
||||
|
|
@ -220,14 +220,14 @@
|
|||
<a href="https://github.com/goaaats/Dalamud/new/master/apiSpec/new?filename=Dalamud_Interface_SerilogEventSink_OnLogLine.md&value=---%0Auid%3A%20Dalamud.Interface.SerilogEventSink.OnLogLine%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
|
||||
</span>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<a href="https://github.com/goaaats/Dalamud/blob/master/Dalamud/Interface/SerilogEventSink.cs/#L19">View Source</a>
|
||||
<a href="https://github.com/goaaats/Dalamud/blob/master/Dalamud/Interface/SerilogEventSink.cs/#L20">View Source</a>
|
||||
</span>
|
||||
<h4 id="Dalamud_Interface_SerilogEventSink_OnLogLine" data-uid="Dalamud.Interface.SerilogEventSink.OnLogLine">OnLogLine</h4>
|
||||
<div class="markdown level1 summary"></div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
<h5 class="decalaration">Declaration</h5>
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public event EventHandler<string> OnLogLine</code></pre>
|
||||
<pre><code class="lang-csharp hljs">public event EventHandler<(string line, LogEventLevel level)> OnLogLine</code></pre>
|
||||
</div>
|
||||
<h5 class="eventType">Event Type</h5>
|
||||
<table class="table table-bordered table-striped table-condensed">
|
||||
|
|
@ -239,7 +239,7 @@
|
|||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td><span class="xref">System.EventHandler</span><<span class="xref">System.String</span>></td>
|
||||
<td><span class="xref">System.EventHandler</span><<span class="xref">System.ValueTuple</span><<span class="xref">System.String</span>, <span class="xref">Serilog.Events.LogEventLevel</span>>></td>
|
||||
<td></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
|
|
@ -259,7 +259,7 @@
|
|||
<a href="https://github.com/goaaats/Dalamud/new/master/apiSpec/new?filename=Dalamud_Interface_SerilogEventSink.md&value=---%0Auid%3A%20Dalamud.Interface.SerilogEventSink%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A" class="contribution-link">Improve this Doc</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://github.com/goaaats/Dalamud/blob/master/Dalamud/Interface/SerilogEventSink.cs/#L13" class="contribution-link">View Source</a>
|
||||
<a href="https://github.com/goaaats/Dalamud/blob/master/Dalamud/Interface/SerilogEventSink.cs/#L14" class="contribution-link">View Source</a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue