FileLogTraceListener properties, how to change?

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Smokey Grindel

    #1

    FileLogTraceListener properties, how to change?

    I have the file logger set up in my app.config using the default settings,
    but I want to change some properties on how it acts, how do I go about doing
    this?

    right now all I have is

    <sharedListener s>
    <add name="FileLog"
    type="Microsoft .VisualBasic.Lo gging.FileLogTr aceListener,
    Microsoft.Visua lBasic, Version=8.0.0.0 , Culture=neutral ,
    PublicKeyToken= b03f5f7f11d50a3 a, processorArchit ecture=MSIL"
    initializeData= "FileLogWri ter" />
    </sharedListeners >


    I want to change the location property to the value
    LogFileLocation .ExecutableDire ctory, where in the world do I set this at? In
    the config file in code? if in the config where? MSDN doc's aren't helping
    me out much...

Working...