.net - Is it possible to change Enterprise Library logging listener setting programmatically? -
i'm using ent lib 5, , need able update databaseinstancename property of microsoft.practices.enterpriselibrary.logging.database.formatteddatabasetracelistener listener.
the databaseinstancename defined in app.config, need set dynamically.
i've looked using fluent configuration, didn't see way edit listener.
is there way change listener's configuration @ run time?
thanks!
just write configuration file programatically, file monitored el , should notice change , start logging the new location automatically.
Comments
Post a Comment