# CSJ2K.j2k.util.MsgLogger

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="CSJ2K_j2k_util_MsgLogger" data-uid="CSJ2K.j2k.util.MsgLogger" class="text-break">MsgLogger Interface
</h1>
  <div class="markdown level0 summary"></div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="CSJ2K.j2k.util.html">CSJ2K.j2k.util</a></h6>
  <h6><strong>Assembly</strong>: C1.WPF.ReportViewer.4.6.2.dll</h6>
  <h5 id="CSJ2K_j2k_util_MsgLogger_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public interface MsgLogger</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Interface MsgLogger</code></pre>
  </div>
  <h3 id="methods">Methods
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="CSJ2K_j2k_util_MsgLogger_flush" data-uid="CSJ2K.j2k.util.MsgLogger.flush">
          <a class="xref" href="CSJ2K.j2k.util.MsgLogger.flush.html#CSJ2K_j2k_util_MsgLogger_flush">flush()</a>
        </td>
        <td class="markdown level1 summary"><p>Writes any buffered data from the println() method to the device.</p>
</td>
      </tr>
      <tr>
        <td id="CSJ2K_j2k_util_MsgLogger_println_System_String_System_Int32_System_Int32_" data-uid="CSJ2K.j2k.util.MsgLogger.println(System.String,System.Int32,System.Int32)">
          <a class="xref" href="CSJ2K.j2k.util.MsgLogger.println.html#CSJ2K_j2k_util_MsgLogger_println_System_String_System_Int32_System_Int32_">println(string, int, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Prints the string 'str' to the output device, appending a line
return. The message is reformatted as appropriate to the particular
diplaying device, where 'flind' and 'ind' are used as hints for
performing that operation. However, any newlines appearing in 'str' are
respected. The output device may not display the string until flush()
is called. Some implementations may automatically flush when this
method is called. This method just prints the string, the string does
not make part of a &quot;message&quot; in the sense that no severity is
associated to it.</p>
</td>
      </tr>
      <tr>
        <td id="CSJ2K_j2k_util_MsgLogger_printmsg_System_Int32_System_String_" data-uid="CSJ2K.j2k.util.MsgLogger.printmsg(System.Int32,System.String)">
          <a class="xref" href="CSJ2K.j2k.util.MsgLogger.printmsg.html#CSJ2K_j2k_util_MsgLogger_printmsg_System_Int32_System_String_">printmsg(int, string)</a>
        </td>
        <td class="markdown level1 summary"><p>Prints the message 'msg' to the output device, appending a newline,
with severity 'sev'. Some implementations where the appended newline is
irrelevant may not append the newline. Depending on the implementation
the severity of the message may be added to it. The message is
reformatted as appropriate for the output devic, but any newline
characters are respected.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
