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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 14, 20262026-05-14T05:33:36+00:00 2026-05-14T05:33:36+00:00

How to config EventLogAppender for write only events from my app. Because, currently I

  • 0

How to config EventLogAppender for write only events from my app. Because, currently I have next configuration:

    var elAppender = new EventLogAppender
                         {
                             ApplicationName = "My App",
                             LogName = "My Log",
                             Layout = new PatternLayout(default_format),
                             Threshold = Level.Error
                         };
    elAppender.ActivateOptions();

and in My Log present all messages from the all applications like Application, bu I need events only from My App.
Thank you.

  • 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-14T05:33:36+00:00Added an answer on May 14, 2026 at 5:33 am

    I found solution :),

    I recreated my appender without spaces in the name and everything worked 🙂 the code like this:

    var elAppender = new EventLogAppender
                             {
                                 ApplicationName = **"MyApp"**,
                                 LogName = **"MyLog"**,
                                 Layout = new PatternLayout(default_format),
                                 Threshold = Level.Error
                             };
        elAppender.ActivateOptions();
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a config.ru for Rails 3.0.5 app like this : require ::File.expand_path('../config/environment', __FILE__)
in my web config I have: <customErrors mode=On> <error statusCode=404 redirect=~/error/404.aspx /> </customErrors> http://localhost/meh
I have spring Java config object that loads my properties but does not override
Say you have a config file with the following settings: <someNode> <node>value A</node> <node>value
I have the following config for persistence.xml file: <?xml version=1.0 encoding=UTF-8?> <persistence xmlns=http://java.sun.com/xml/ns/persistence xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance
uWSGI config [uwsgi] socket = /tmp/uwsgi.sock chmod-socket = 666 processes = 1 master =
My config file is [core] repositoryformatversion = 0 filemode = true bare = false
class Config { public: static int OUTPUT_TO_FILE; static int NEED_TO_TRAIN; static int NO_FILE_TRAIN; static
My current /config/initializers/omniauth.rb file contains: Rails.application.config.middleware.use OmniAuth::Builder do provider :open_id, nil, :name => 'google',
CONFIG_UNIX=m I know what y and n stand for,but what about m ?

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.