# GrapeCity.Documents.Html.GcHtmlRenderer.LastLogMessage

## Content

<div class="doc-site-dotnet-api-container">




<h1 id="GrapeCity_Documents_Html_GcHtmlRenderer_LastLogMessage" data-uid="GrapeCity.Documents.Html.GcHtmlRenderer.LastLogMessage" class="text-break">LastLogMessage Field
</h1>
<div class="markdown level0 summary"><p>Gets the last log message from the headless Chromium shell.</p>
</div>
<div class="markdown level0 conceptual"></div>
<h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.Documents.Html.html">GrapeCity.Documents.Html</a></h6>
<h6><strong>Assembly</strong>: DS.Documents.Html.dll</h6>
<h5 id="GrapeCity_Documents_Html_GcHtmlRenderer_LastLogMessage_syntax">Syntax</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">[ThreadStatic]
public static string LastLogMessage</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">&lt;ThreadStatic&gt;
Public Shared LastLogMessage As String</code></pre>
</div>
<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="https://learn.microsoft.com/dotnet/api/system.string">string</a></td>
      <td>Gets the last log message from the headless Chromium shell.</td>
    </tr>
  </tbody>
</table>
</div>
