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 6816781
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 26, 20262026-05-26T20:58:00+00:00 2026-05-26T20:58:00+00:00

When writing to an event log, I can create an instance of EventLog, hold

  • 0

When writing to an event log, I can create an instance of EventLog, hold onto it as a member variable and call WriteEntry(string message) on it every time I want to log a message.

Alternatively, I can just call the static version: EventLog.WriteEntry(string source, string message).

Should I prefer one alternative over the other?

In my current situation I intend to have a custom log with one or two sources.

  • 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-05-26T20:58:01+00:00Added an answer on May 26, 2026 at 8:58 pm

    If you are writing test driven or unit testing your code, the use of a static class is not recommended.

    I would wrap EventLog in a class that implements a generic ILog interface. You can inject this class or instantiate it within each class that uses it. This should give you the best flexibility going forward should you need to replace EventLog with some other logging method.

    Example Interface:

    public interface ILog
    { 
            void Info(string format, params object[] args);
    
            void Warn(string format, params object[] args);
    
            void Error(Exception exception);
    } 
    

    You can extend or alter this to create a contract that makes sense to you.

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

Sidebar

Related Questions

I'm writing to the windows event log using C#. I can set every field
I am writing to the event log from my Windows Forms application running on
I have a problem with enterprise library 5. It's writing to the event log
I am writing some small program in C--some log in, log out, create account,
Is there an event log source that's always available for writing by an ASP.NET
I am writing an event for button.In that ,i have used swingworker in the
I'm writing an observer for the sales_order_invoice_register event, I'd like to get the invoice
I'm writing a Perl script that reads data from the infamous /dev/input/event* and I
I am writing a small wxPython utility. I would like to use some event
I'm writing a topic-based publish/subscribe system in C++. My generic Event class has three

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.