# C1.Document.LogEntryList.Add

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_Document_LogEntryList_Add_" data-uid="C1.Document.LogEntryList.Add*">Add Method
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_Document_LogEntryList_Add_" data-uid="C1.Document.LogEntryList.Add*"></a>
<h4 id="C1_Document_LogEntryList_Add_C1_Document_LogEntrySeverity_System_Exception_System_String_" data-uid="C1.Document.LogEntryList.Add(C1.Document.LogEntrySeverity,System.Exception,System.String)">Add(LogEntrySeverity, Exception, string)</h4>
<div class="markdown level1 summary"><p>Adds entry to <a class="xref" href="C1.Document.LogEntryList.html">LogEntryList</a></p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public LogEntry Add(LogEntrySeverity severity, Exception ex, string message)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Function Add(severity As LogEntrySeverity, ex As Exception, message As String) As LogEntry</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Name</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="C1.Document.LogEntrySeverity.html">LogEntrySeverity</a></td>
      <td><span class="parametername">severity</span></td>
      <td><p>The severity of the log entry.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.exception">Exception</a></td>
      <td><span class="parametername">ex</span></td>
      <td><p>The exception that was thrown.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a></td>
      <td><span class="parametername">message</span></td>
      <td><p>The log message.</p>
</td>
    </tr>
  </tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="C1.Document.LogEntry.html">LogEntry</a></td>
      <td><p>The <a class="xref" href="C1.Document.LogEntry.html">LogEntry</a> object was added to list.</p>
</td>
    </tr>
  </tbody>
</table>


<a id="C1_Document_LogEntryList_Add_" data-uid="C1.Document.LogEntryList.Add*"></a>
<h4 id="C1_Document_LogEntryList_Add_System_String_" data-uid="C1.Document.LogEntryList.Add(System.String)">Add(string)</h4>
<div class="markdown level1 summary"><p>Adds <a class="xref" href="C1.Document.LogEntry.html">LogEntry</a> element to list.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public LogEntry Add(string message)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Function Add(message As String) As LogEntry</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Name</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a></td>
      <td><span class="parametername">message</span></td>
      <td><p>The log message.</p>
</td>
    </tr>
  </tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="C1.Document.LogEntry.html">LogEntry</a></td>
      <td></td>
    </tr>
  </tbody>
</table>
</div>
