<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Viewing EG logs in SAS Enterprise Guide</title>
    <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Viewing-EG-logs/m-p/579935#M34436</link>
    <description>&lt;P&gt;I frequently have EG Project logs that exceed the maximum size allowed for viewing inside of EG and therefore have to export them as text files.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Unfortunately, I then lose the "enhanced editor" feature of having the log in the EG project.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Is there a Notepad++ "language" that will provide the same capability?&amp;nbsp; Or some other text editor that will read these files with the same "enhanced" capabilities as EG?&amp;nbsp; (And if not, why not?)&lt;/P&gt;</description>
    <pubDate>Thu, 08 Aug 2019 16:29:34 GMT</pubDate>
    <dc:creator>bbenbaruch</dc:creator>
    <dc:date>2019-08-08T16:29:34Z</dc:date>
    <item>
      <title>Viewing EG logs</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Viewing-EG-logs/m-p/579935#M34436</link>
      <description>&lt;P&gt;I frequently have EG Project logs that exceed the maximum size allowed for viewing inside of EG and therefore have to export them as text files.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Unfortunately, I then lose the "enhanced editor" feature of having the log in the EG project.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Is there a Notepad++ "language" that will provide the same capability?&amp;nbsp; Or some other text editor that will read these files with the same "enhanced" capabilities as EG?&amp;nbsp; (And if not, why not?)&lt;/P&gt;</description>
      <pubDate>Thu, 08 Aug 2019 16:29:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Viewing-EG-logs/m-p/579935#M34436</guid>
      <dc:creator>bbenbaruch</dc:creator>
      <dc:date>2019-08-08T16:29:34Z</dc:date>
    </item>
    <item>
      <title>Re: Viewing EG logs</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Viewing-EG-logs/m-p/579959#M34438</link>
      <description>&lt;P&gt;What features of the EG viewer for log files are you looking to replicate?&amp;nbsp; How does it's viewer work differently than viewing it with Notepad++ or any other text viewer?&lt;/P&gt;</description>
      <pubDate>Thu, 08 Aug 2019 18:11:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Viewing-EG-logs/m-p/579959#M34438</guid>
      <dc:creator>Tom</dc:creator>
      <dc:date>2019-08-08T18:11:22Z</dc:date>
    </item>
    <item>
      <title>Re: Viewing EG logs</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Viewing-EG-logs/m-p/579964#M34439</link>
      <description>&lt;P&gt;I am talking about the project log -- not the logs from the program nodes.&lt;/P&gt;
&lt;P&gt;In addition to color coding, the project logs "collapse".&amp;nbsp; That is, each run has a heading indicating the node that was run and the exact date and time it was run.&amp;nbsp; Each heading can be expanded to show the log from that run or collapsed so that one can quickly scroll through the log.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 08 Aug 2019 18:42:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Viewing-EG-logs/m-p/579964#M34439</guid>
      <dc:creator>bbenbaruch</dc:creator>
      <dc:date>2019-08-08T18:42:15Z</dc:date>
    </item>
    <item>
      <title>Re: Viewing EG logs</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Viewing-EG-logs/m-p/579967#M34440</link>
      <description>&lt;P&gt;I know&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/4"&gt;@ChrisHemedinger&lt;/a&gt;&amp;nbsp;has a Notepad++ language file for syntax highlighting .sas files.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://blogs.sas.com/content/sasdummy/2017/08/25/npp-with-sas/" target="_blank"&gt;See: https://blogs.sas.com/content/sasdummy/2017/08/25/npp-with-sas/&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you just want highlighting of WARNING: and ERROR:, I would think that would be straightforward.&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I don't know if you can get it to automatically count warnings/errors when you open a .log file, or a "go to next error" button.&amp;nbsp; But you can do a lot with Ctrl-F.&amp;nbsp; &amp;nbsp;If you select "Find All in Current Document" it will find all the lines with "ERROR", and pull them into a window.&amp;nbsp; And you can click a line to jump to that point in the log, etc.&lt;/P&gt;</description>
      <pubDate>Thu, 08 Aug 2019 18:52:03 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Viewing-EG-logs/m-p/579967#M34440</guid>
      <dc:creator>Quentin</dc:creator>
      <dc:date>2019-08-08T18:52:03Z</dc:date>
    </item>
    <item>
      <title>Re: Viewing EG logs</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Viewing-EG-logs/m-p/579968#M34441</link>
      <description>&lt;P&gt;I have downloaded the "language" for SAS that creates the color coding for SAS programs.&amp;nbsp; The core piece of the EG project log text editor is the "collapsibility/expandibility" feature.&amp;nbsp; It would be very nice to have that in logs that have to be exported after the space available in EG for project logs has been reached.&amp;nbsp; Does anyone know of such a feature or text editor?&lt;/P&gt;</description>
      <pubDate>Thu, 08 Aug 2019 19:05:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Viewing-EG-logs/m-p/579968#M34441</guid>
      <dc:creator>bbenbaruch</dc:creator>
      <dc:date>2019-08-08T19:05:11Z</dc:date>
    </item>
  </channel>
</rss>

