This thread looks to be a little on the old side and therefore may no longer be relevant. Please see if there is a newer thread on the subject and ensure you're using the most recent build of any software if your question regards a particular product.
This thread has been locked and is no longer accepting new posts, if you have a question regarding this topic please email us at support@mindscape.co.nz
|
how do i set the logger via the config file rather than programmatically - can you pls post a sample of this... thanks |
|
|
Hi Justin, You simply need to set the "loggerClass" property on your LightSpeed configuration section. For example, to use the built in ConsoleLogger you would have something like this: <LightSpeed connectionString="..." loggerClass="Mindscape.LightSpeed.Logging.ConsoleLogger, Mindscape.LightSpeed"/> Hope that helps, John-Daniel |
|