# C1.Document.LogEntry

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Document_LogEntry" data-uid="C1.Document.LogEntry" class="text-break">LogEntry Class
</h1>
  <div class="markdown level0 summary"><p>The log entry description.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <div class="inheritance">
    <h5>Inheritance</h5>
    <div class="level0"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a></div>
    <div class="level1"><span class="xref">LogEntry</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Document.html">C1.Document</a></h6>
  <h6><strong>Assembly</strong>: C1.Document.dll</h6>
  <h5 id="C1_Document_LogEntry_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class LogEntry</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class LogEntry</code></pre>
  </div>
  <h3 id="constructors">Constructors
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_Document_LogEntry__ctor" data-uid="C1.Document.LogEntry.#ctor">
          <a class="xref" href="C1.Document.LogEntry.-ctor.html#C1_Document_LogEntry__ctor">LogEntry()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
    </tbody>
  </table>
  <h3 id="properties">Properties
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_Document_LogEntry_Exception" data-uid="C1.Document.LogEntry.Exception">
          <a class="xref" href="C1.Document.LogEntry.Exception.html#C1_Document_LogEntry_Exception">Exception</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the exception that was thrown.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Document_LogEntry_Message" data-uid="C1.Document.LogEntry.Message">
          <a class="xref" href="C1.Document.LogEntry.Message.html#C1_Document_LogEntry_Message">Message</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the log message.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Document_LogEntry_Severity" data-uid="C1.Document.LogEntry.Severity">
          <a class="xref" href="C1.Document.LogEntry.Severity.html#C1_Document_LogEntry_Severity">Severity</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the log entry severity.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
