Hi, I'm new to Castle Windsor and can't find any help how the initial log level can be set for ConsoleLogger. My code looks like this:
container.AddFacility<Castle.Facilities.Logging.LoggingFacility>(f => f.LogUsing(Castle.Facilities.Logging.LoggerImplementation.Console)); How can I set the log level to say LoggerLevel.Warn? Thanks, Jacek -- You received this message because you are subscribed to the Google Groups "Castle Project Users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/castle-project-users?hl=en.
