Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8055451
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 5, 20262026-06-05T08:23:20+00:00 2026-06-05T08:23:20+00:00

I have a snipnet which writes user name to trace. Trace.WriteLine(Current User: + userIdentity.Name);

  • 0

I have a snipnet which writes user name to trace.

Trace.WriteLine("Current User: " + userIdentity.Name);

How to read this information. I did good search in net, no luck. Can we read default trace?

Thank in advance.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-05T08:23:22+00:00Added an answer on June 5, 2026 at 8:23 am

    the default trace listener writes into Console.
    you can see its output in the debugger using CTRL+W ,O
    (View->Output)

    you need a proper Trace listener
    http://msdn.microsoft.com/en-us/library/system.diagnostics.tracelistener.aspx

    when you use Trace.WriteLine()
    all the trace listeners catch this and write

    my personal favorite is XmlWriterTraceListener

    just do like this

    Trace.Listener.Add(new XmlTraceListener (tracefilepath));

    use Trace.WriteLine() and watch how it creates a nice xml file
    that can be easily viewed using Service Trace Viewer Tool (SvcTraceViewer.exe)

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have this snippet of code private Templates retrieveFromCache(String name) { TemplatesWrapper t =
I have script which allows the user to choose an image and write something
I have the following snippet calling a perl script which writes to STDERR and
Suppose, I have a js file which looks like this: $(document).ready(function() { // first
In my project, I have created a code snippet which can be copied and
I have the following snippet in my pom.xml (Full pom attached below which can
i have the following code snippet. in which i just want to return PartyName
I have this snippet RewriteEngine on RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteCond $1
I have this snippet and there are 3 images and 3 folders in the
i have a snippet call like this: [!mysnippet?&content=`[*content*]` !] What happen is that, if

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.