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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 17, 20262026-06-17T06:08:14+00:00 2026-06-17T06:08:14+00:00

I am able to work with inbuilt ServiceStack logging api. All I am doing

  • 0

I am able to work with inbuilt ServiceStack logging api. All I am doing is instantiating the a concrete LogFactory and assigning it on LogManager.LogFactory property in Configure method.

But, I am wondering, if I can inject the LogFactory via configuration (web.config) so that logs destination can be modified. It would help to diagnose the problems in the production environment easily.

is it possible to inject LogFactory via config file?

  • 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-17T06:08:15+00:00Added an answer on June 17, 2026 at 6:08 am

    The safest way to set the LogFactory is before you initialize your AppHost so the LogManager is initialized before any static class initializers have run (and LogFactory’s assigned). Also there is no specific support for Web.config but it’s trivial to do this in code, e.g:

    if (ConfigUtils.GetAppSetting("EnableLogging", false))
    {
        LogManager.LogFactory = new ConsoleLogFactory();
    }
    new AppHost().Init();
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm currently doing an app, that needs to be able to work with the
I need to be able to work out what page is hosting my silverlight
Im trying to create a hive provider that would be able to work towards
Some requirements for a mobile chat room: Should be able to work seamlessly with
Are any of the Visual Studio Express editions able to work with C++/CLI code?
I want to write a little program which is able to work with Google
I need to work on an application able to send a mail with automatic
I've only been able to see this work with a stored procedure and I
I've been trying to work on a project to he able to turn loop
I'm not being able to make this line work with Tk import os while(1):

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.