Exemplo n.º 1
0
  /**
   * Sends to LogMX the current parsed log entry.
   *
   * @throws Exception
   */
  private void recordPreviousEntryIfExists() throws Exception {

    if (entry != null) {
      entry.setMessage(entryMsgBuffer.toString());
      addEntry(entry);
    }
  }