# C1.Document.C1DocumentSource.Log

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_Document_C1DocumentSource_Log_" data-uid="C1.Document.C1DocumentSource.Log*">Log Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_Document_C1DocumentSource_Log_" data-uid="C1.Document.C1DocumentSource.Log*"></a>
<h4 id="C1_Document_C1DocumentSource_Log" data-uid="C1.Document.C1DocumentSource.Log">Log</h4>
<div class="markdown level1 summary"><p>Gets the <a class="xref" href="C1.Document.LogEntryList.html">LogEntryList</a> containing the list of events which occured during the last operation (generating, exporting etc).</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">[Browsable(false)]
public LogEntryList Log { get; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">&lt;Browsable(False)&gt;
Public ReadOnly Property Log As LogEntryList</code></pre>
</div>
</div>
