realbasic-nug
[Top] [All Lists]

Multiple line in System.DebugLog

To: REALbasic NUG <realbasic-nug@lists.realsoftware.com>
Subject: Multiple line in System.DebugLog
From: Eric dLR <rblists@edlr.fr>
Date: Tue, 30 Jun 2009 18:09:02 +0100
Authentication-results: mx.google.com; spf=neutral (google.com: 74.124.194.228 is neither permitted nor denied by best guess record for domain of realbasic-nug-bounces@lists.realsoftware.com) smtp.mail=realbasic-nug-bounces@lists.realsoftware.com
Delivered-to: listarchive@realsoftware.com
Reply-to: REALbasic NUG <realbasic-nug@lists.realsoftware.com>
Sender: realbasic-nug-bounces@lists.realsoftware.com
Hi,

I'm trying to log an exception stack. For that purpose, in the App.UnhandledException event I have the following code:

  System.DebugLog Join( Error.Stack, EndOfline )

I've tried all the type of EndOfline but I'm always getting a new log entry for each element in the Stack array. Want I would like to have is a single entry with all the Stack elements in it but nicely presented.

I'm working on Mac OS X.

Any ideas ?

Eric.



_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>

Search the archives:
<http://support.realsoftware.com/listarchives/lists.html>


<Prev in Thread] Current Thread [Next in Thread>