<?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 Explicit Logging in Product Forum</title>
    <link>https://community.blueprism.com/t5/Product-Forum/Explicit-Logging/m-p/117149#M52396</link>
    <description>&lt;P&gt;Hi All,&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have a requirement to write Blue Prism process logs to a notepad file while running the bot.&lt;/P&gt;&lt;P&gt;Is there a way to achieve this?&lt;/P&gt;&lt;P&gt;I know about exporting logs from the control room, but that’s not what I’m looking for.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Thanks,&lt;/P&gt;&lt;P&gt;Dipin Dev P&lt;/P&gt;</description>
    <pubDate>Wed, 27 Nov 2024 10:53:58 GMT</pubDate>
    <dc:creator>DipinDevP</dc:creator>
    <dc:date>2024-11-27T10:53:58Z</dc:date>
    <item>
      <title>Explicit Logging</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Explicit-Logging/m-p/117149#M52396</link>
      <description>&lt;P&gt;Hi All,&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have a requirement to write Blue Prism process logs to a notepad file while running the bot.&lt;/P&gt;&lt;P&gt;Is there a way to achieve this?&lt;/P&gt;&lt;P&gt;I know about exporting logs from the control room, but that’s not what I’m looking for.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Thanks,&lt;/P&gt;&lt;P&gt;Dipin Dev P&lt;/P&gt;</description>
      <pubDate>Wed, 27 Nov 2024 10:53:58 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Explicit-Logging/m-p/117149#M52396</guid>
      <dc:creator>DipinDevP</dc:creator>
      <dc:date>2024-11-27T10:53:58Z</dc:date>
    </item>
    <item>
      <title>Re: Explicit Logging</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Explicit-Logging/m-p/117150#M52397</link>
      <description>&lt;P&gt;Hi Dipin,&lt;/P&gt;&lt;P&gt;One way to achieve this is by creating a Notepad file at the start of the process. For every action/activity carried out in the process, you can use the File Management VBO and the "Append to Text File" action to add the current log to the file.&lt;/P&gt;&lt;P&gt;The log entry for each action can include the timestamp and a descriptive comment detailing the specific activity. This way, you can dynamically build a comprehensive log in the Notepad file as the process executes.&lt;/P&gt;</description>
      <pubDate>Wed, 27 Nov 2024 12:52:47 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Explicit-Logging/m-p/117150#M52397</guid>
      <dc:creator>sjimoh</dc:creator>
      <dc:date>2024-11-27T12:52:47Z</dc:date>
    </item>
    <item>
      <title>Re: Explicit Logging</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Explicit-Logging/m-p/117160#M52401</link>
      <description>&lt;P&gt;Are you talking about session logs? You mentioned you're not looking for exporting logs from Control Room, but I can't tell if you're saying that because you want an automated way to export those same logs or if you don't want those specific logs.&lt;/P&gt;&lt;P&gt;If you do want those same logs (session logs), then you could consider using Data Gateways. I believe it even has an option to output to text files.&lt;BR /&gt;&lt;BR /&gt;Here's the documentation on it for 7.3:&amp;nbsp;&lt;A href="https://docs.blueprism.com/en-US/bundle/blue-prism-enterprise-7-3/page/Guides/data-gateways/dg-introduction.htm" target="_blank"&gt;https://docs.blueprism.com/en-US/bundle/blue-prism-enterprise-7-3/page/Guides/data-gateways/dg-introduction.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 28 Nov 2024 04:57:19 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Explicit-Logging/m-p/117160#M52401</guid>
      <dc:creator>david.l.morris</dc:creator>
      <dc:date>2024-11-28T04:57:19Z</dc:date>
    </item>
    <item>
      <title>Re: Explicit Logging</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Explicit-Logging/m-p/117172#M52404</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.blueprism.com/t5/user/viewprofilepage/user-id/58907"&gt;@DipinDevP&lt;/a&gt;&amp;nbsp; &amp;nbsp;-&amp;nbsp; if you just want to integrate as part of the process. You might need to add or call Append text&amp;nbsp; multiple times as described in the below BP tip.&lt;BR /&gt;As David mentioned Data gateway, if that is an option I would use datagateway rather adding code in the process, but if you&amp;nbsp; prefer adding&amp;nbsp; it in to the process then this is another option.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://community.blueprism.com/t5/Product-Forum/BPTechTips-Records-all-the-Logs-if-error-only-enabled/m-p/61097#M14448" target="_blank"&gt;https://community.blueprism.com/t5/Product-Forum/BPTechTips-Records-all-the-Logs-if-error-only-enabled/m-p/61097#M14448&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 28 Nov 2024 13:04:38 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Explicit-Logging/m-p/117172#M52404</guid>
      <dc:creator>harish.mogulluri</dc:creator>
      <dc:date>2024-11-28T13:04:38Z</dc:date>
    </item>
    <item>
      <title>Re: Explicit Logging</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Explicit-Logging/m-p/117198#M52409</link>
      <description>&lt;P&gt;I agree with the responses from the team above. I just want to understand why you're entering each log separately into a Notepad file. I'm trying to get the reasoning behind this approach.&lt;/P&gt;</description>
      <pubDate>Fri, 29 Nov 2024 05:58:11 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Explicit-Logging/m-p/117198#M52409</guid>
      <dc:creator>Tejaskumar_Darji</dc:creator>
      <dc:date>2024-11-29T05:58:11Z</dc:date>
    </item>
    <item>
      <title>Re: Explicit Logging</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Explicit-Logging/m-p/117297#M52432</link>
      <description>&lt;P&gt;&lt;a href="https://community.blueprism.com/t5/user/viewprofilepage/user-id/2159"&gt;@Tejaskumar_Darji&lt;/a&gt;&amp;nbsp;I received a requirement in this way, even though I explained about Blue Prisms' inbuilt logging mechanism, they are preferring logs in a Notepad file in a specified location with only high level steps and errors.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 03 Dec 2024 11:41:57 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Explicit-Logging/m-p/117297#M52432</guid>
      <dc:creator>DipinDevP</dc:creator>
      <dc:date>2024-12-03T11:41:57Z</dc:date>
    </item>
    <item>
      <title>Re: Explicit Logging</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Explicit-Logging/m-p/117302#M52434</link>
      <description>&lt;P&gt;Ok understood. Then I guess the only option left is to add a write-to-text file action and add it after each step.&lt;/P&gt;</description>
      <pubDate>Tue, 03 Dec 2024 11:56:43 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Explicit-Logging/m-p/117302#M52434</guid>
      <dc:creator>Tejaskumar_Darji</dc:creator>
      <dc:date>2024-12-03T11:56:43Z</dc:date>
    </item>
  </channel>
</rss>

