<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xml:base="http://www.newlc.com" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
 <title>NewLC - RFileLogger in Symbian 9.0 - Comments</title>
 <link>http://www.newlc.com/en/topic-17404</link>
 <description>Comments for &quot;RFileLogger in Symbian 9.0&quot;</description>
 <language>en</language>
<item>
 <title>Re: RFileLogger in Symbian 9.0</title>
 <link>http://www.newlc.com/en/topic-17404#comment-41441</link>
 <description>&lt;p&gt;to BlackStar:&lt;br /&gt;
it&#039;s &lt;span style=&quot;font-weight:bold&quot;&gt;f&lt;/span&gt;logger.lib&lt;/p&gt;</description>
 <pubDate>Thu, 13 Sep 2007 11:10:56 +0200</pubDate>
 <dc:creator>ctchen</dc:creator>
 <guid isPermaLink="false">comment 41441 at http://www.newlc.com</guid>
</item>
<item>
 <title>Re: RFileLogger in Symbian 9.0</title>
 <link>http://www.newlc.com/en/topic-17404#comment-37010</link>
 <description>&lt;div class=&quot;smf-content&quot;&gt;I am trying to compile my app, but I get the following error:&lt;br /&gt;&lt;br /&gt;Undefined symbol: &amp;#039;void TLogFormatter8Overflow::Overflow(class TDes8 &amp;amp;) (?Overflow@TLogFormatter8Overflow@@UAEXAAVTDes8@@@Z)&amp;#039; referenced from &amp;#039;const TLogFormatter8Overflow::`vftable&amp;#039; (??_7TLogFormatter8Overflow@@6B@~)&amp;#039;&lt;br /&gt;&lt;br /&gt;Undefined symbol: &amp;#039;void TLogFormatter16Overflow::Overflow(class TDes16 &amp;amp;) (?Overflow@TLogFormatter16Overflow@@UAEXAAVTDes16@@@Z)&amp;#039; referenced from &amp;#039;const TLogFormatter16Overflow::`vftable&amp;#039; (??_7TLogFormatter16Overflow@@6B@~)&amp;#039;&lt;br /&gt;&lt;br /&gt;when I try and add looger.lib, I get this error:&lt;br /&gt;&lt;br /&gt;No library file found matching &amp;#039;liblogger.lib{.lib|.a}&amp;#039; or &amp;#039;logger.lib&amp;#039;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;br /&gt;&lt;br /&gt;What have I missed?&lt;br /&gt;&lt;br /&gt;&lt;/div&gt;</description>
 <pubDate>Sat, 27 Jan 2007 19:33:21 +0100</pubDate>
 <dc:creator>BlackStar</dc:creator>
 <guid isPermaLink="false">comment 37010 at http://www.newlc.com</guid>
</item>
<item>
 <title>Re: RFileLogger in Symbian 9.0</title>
 <link>http://www.newlc.com/en/topic-17404#comment-37009</link>
 <description>&lt;div class=&quot;smf-content&quot;&gt;You can use some freeware browsers to access logs. I recommend Yucca&amp;#039;s browser. You can use it to send files to your computer via BT.&lt;/div&gt;</description>
 <pubDate>Sat, 27 Jan 2007 17:57:53 +0100</pubDate>
 <dc:creator>riho</dc:creator>
 <guid isPermaLink="false">comment 37009 at http://www.newlc.com</guid>
</item>
<item>
 <title>Re: RFileLogger in Symbian 9.0</title>
 <link>http://www.newlc.com/en/topic-17404#comment-37008</link>
 <description>&lt;div class=&quot;smf-content&quot;&gt;RFileLogger works fine on the emulator for Symbian 9.1. On target it works fine too. but the logfiles are only created in C:\Logs and its subfolders. This directory (on target) you cannot browse with a fileexplorer (dont know if FExplorer does it) or via Bluetooth. So I did the following workaround: When starting the application I do a backup of C:\Logs\MyApp.log to C:\Media files\others\MyApp.log. So I can access this logfile.&lt;br /&gt;&lt;br /&gt;Another thing could be: write your own logging class (or service)&amp;nbsp; &lt;img src=&quot;/en/sites/all/modules/smf_filter/smf_smileys/wink.gif&quot; alt=&quot;Wink&quot; border=&quot;0&quot; /&gt;&lt;br /&gt;&lt;br /&gt;Regarding the problem, that the logfile is not written:&lt;br /&gt;&lt;br /&gt;&lt;div class=&quot;codeheader&quot;&gt;Code:&lt;/div&gt;&lt;div class=&quot;code&quot;&gt;iLog.CreateLog(KLogFileSubDir, KLogFileServer, EFileLoggingModeOverwrite);&lt;/div&gt;&lt;br /&gt;The logfile is only written if &amp;quot;KLogFileSubDir&amp;quot; exists! You can use BaflUtils to Ensure the path exists &lt;img src=&quot;/en/sites/all/modules/smf_filter/smf_smileys/wink.gif&quot; alt=&quot;Wink&quot; border=&quot;0&quot; /&gt;&lt;br /&gt;&lt;br /&gt;regards&lt;br /&gt;Martin&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;/div&gt;</description>
 <pubDate>Sat, 27 Jan 2007 16:47:18 +0100</pubDate>
 <dc:creator>makom-forum</dc:creator>
 <guid isPermaLink="false">comment 37008 at http://www.newlc.com</guid>
</item>
<item>
 <title>Re: RFileLogger in Symbian 9.0</title>
 <link>http://www.newlc.com/en/topic-17404#comment-37007</link>
 <description>&lt;div class=&quot;smf-content&quot;&gt;Just check the header file for public methods. It works almost fine in v9. &lt;br /&gt;Only in Nokia N93 the logs are not created at all. Probably some bug in phone&lt;/div&gt;</description>
 <pubDate>Fri, 26 Jan 2007 10:19:40 +0100</pubDate>
 <dc:creator>riho</dc:creator>
 <guid isPermaLink="false">comment 37007 at http://www.newlc.com</guid>
</item>
<item>
 <title>Re: RFileLogger in Symbian 9.0</title>
 <link>http://www.newlc.com/en/topic-17404#comment-37006</link>
 <description>&lt;div class=&quot;smf-content&quot;&gt;This class used to be documented in the UIQ 2 SDK but not in Nokia ones despite it is basic Symbian stuff.&lt;br /&gt;&lt;br /&gt;It is tagged as &amp;quot;Internal and not inteded to use&amp;quot; since Symbian OS v8.0.&lt;/div&gt;</description>
 <pubDate>Tue, 23 Jan 2007 11:25:36 +0100</pubDate>
 <dc:creator>eric</dc:creator>
 <guid isPermaLink="false">comment 37006 at http://www.newlc.com</guid>
</item>
<item>
 <title>Re: RFileLogger in Symbian 9.0</title>
 <link>http://www.newlc.com/en/topic-17404#comment-37005</link>
 <description>&lt;div class=&quot;smf-content&quot;&gt;I don&amp;#039;t think there has ever been any official documentation for RFileLogger. It&amp;#039;s just one of those really useful classes that you have to discover for yourself. Works fine on Symbian OS 9.&lt;br /&gt;&lt;br /&gt;&lt;/div&gt;</description>
 <pubDate>Mon, 22 Jan 2007 19:06:00 +0100</pubDate>
 <dc:creator>fig7</dc:creator>
 <guid isPermaLink="false">comment 37005 at http://www.newlc.com</guid>
</item>
<item>
 <title>RFileLogger in Symbian 9.0</title>
 <link>http://www.newlc.com/en/topic-17404</link>
 <description>&lt;div class=&quot;smf-content&quot;&gt;&lt;/div&gt;&lt;p&gt;&lt;a href=&quot;http://www.newlc.com/en/topic-17404&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://www.newlc.com/en/topic-17404#comments</comments>
 <category domain="http://www.newlc.com/en/forums/symbian-c">Symbian C++</category>
 <pubDate>Mon, 22 Jan 2007 16:16:50 +0100</pubDate>
 <dc:creator>echostar</dc:creator>
 <guid isPermaLink="false">16941 at http://www.newlc.com</guid>
</item>
</channel>
</rss>
