<?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 Re: Logger in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/logger/m-p/311364#M264494</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Hardik,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;How to write content in log files?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;As we have Logger.log("String") for alfresco.log or share.log&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 11 May 2015 11:48:28 GMT</pubDate>
    <dc:creator>sanketgosavi</dc:creator>
    <dc:date>2015-05-11T11:48:28Z</dc:date>
    <item>
      <title>Logger</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/logger/m-p/311362#M264492</link>
      <description>Where i can see this.alfLog(); mentioned in js files ?Path : webapps\share\js\alfresco</description>
      <pubDate>Wed, 06 May 2015 14:58:14 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/logger/m-p/311362#M264492</guid>
      <dc:creator>sanketgosavi</dc:creator>
      <dc:date>2015-05-06T14:58:14Z</dc:date>
    </item>
    <item>
      <title>Re: Logger</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/logger/m-p/311363#M264493</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello Sanket,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;To view this logs, you need to enable client debug mode.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;For this set the client-debug element to true, &amp;lt;client-debug&amp;gt;true&amp;lt;/client-debug&amp;gt;&amp;nbsp; in&amp;nbsp; share-config-custom.xml file and restart server. You will see Debug menu item on main menu header.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Then ensure that the Debug Logging and Show All Logs items are selected. Then open any debugging tool(firebug for firefox or Chrome development tools) and refresh page. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;You should now see the logs.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Hope this helps.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 May 2015 09:31:03 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/logger/m-p/311363#M264493</guid>
      <dc:creator>hardik1512</dc:creator>
      <dc:date>2015-05-08T09:31:03Z</dc:date>
    </item>
    <item>
      <title>Re: Logger</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/logger/m-p/311364#M264494</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Hardik,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;How to write content in log files?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;As we have Logger.log("String") for alfresco.log or share.log&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 May 2015 11:48:28 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/logger/m-p/311364#M264494</guid>
      <dc:creator>sanketgosavi</dc:creator>
      <dc:date>2015-05-11T11:48:28Z</dc:date>
    </item>
    <item>
      <title>Re: Logger</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/logger/m-p/311365#M264495</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;You control writing to the log using the log4j .properties and then logger.log, logger.debug and logger.error. If I am writing Javascript webscripts then I tend to leave the log4j settings unchanged and use logger.error to write debug messages until I am happy everything is working &amp;amp; then I remove them. I do this because if you turn on debugging on the javascript engine then you get loads of messages from every script that runs and you can find it hard to see your own messages.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Purists may shout, but it works for me.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 May 2015 17:05:28 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/logger/m-p/311365#M264495</guid>
      <dc:creator>rjohnson</dc:creator>
      <dc:date>2015-05-11T17:05:28Z</dc:date>
    </item>
    <item>
      <title>Re: Logger</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/logger/m-p/311366#M264496</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello Sanket,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You can use alfresco/services/ErrorReporter service in your widget to POST client side errors to server.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;This service in-turn calls a JAVA-backed webscript&amp;nbsp; which uses logger.error to log errors. So the logs should be in same file(share.log)&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 May 2015 11:37:27 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/logger/m-p/311366#M264496</guid>
      <dc:creator>hardik1512</dc:creator>
      <dc:date>2015-05-13T11:37:27Z</dc:date>
    </item>
  </channel>
</rss>

