Castle.Facilities.Logging.xml 3.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  1. <?xml version="1.0"?>
  2. <doc>
  3. <assembly>
  4. <name>Castle.Facilities.Logging</name>
  5. </assembly>
  6. <members>
  7. <member name="T:Castle.Facilities.Logging.LoggerImplementation">
  8. <summary>
  9. The supported <see cref = "T:Castle.Core.Logging.ILoggerFactory" /> implementations.
  10. </summary>
  11. </member>
  12. <member name="T:Castle.Facilities.Logging.LoggerResolver">
  13. <summary>
  14. Custom resolver used by Windsor. It gives
  15. us some contextual information that we use to set up a logging
  16. before satisfying the dependency
  17. </summary>
  18. </member>
  19. <member name="T:Castle.Facilities.Logging.LoggingFacility">
  20. <summary>
  21. A facility for logging support.
  22. </summary>
  23. </member>
  24. <member name="M:Castle.Facilities.Logging.LoggingFacility.#ctor">
  25. <summary>
  26. Initializes a new instance of the <see cref="T:Castle.Facilities.Logging.LoggingFacility" /> class.
  27. </summary>
  28. </member>
  29. <member name="M:Castle.Facilities.Logging.LoggingFacility.#ctor(Castle.Facilities.Logging.LoggerImplementation)">
  30. <summary>
  31. Initializes a new instance of the <see cref="T:Castle.Facilities.Logging.LoggingFacility" /> class.
  32. </summary>
  33. <param name="loggingApi"> The LoggerImplementation that should be used </param>
  34. </member>
  35. <member name="M:Castle.Facilities.Logging.LoggingFacility.#ctor(Castle.Facilities.Logging.LoggerImplementation,System.String)">
  36. <summary>
  37. Initializes a new instance of the <see cref="T:Castle.Facilities.Logging.LoggingFacility" /> class.
  38. </summary>
  39. <param name="loggingApi"> The LoggerImplementation that should be used </param>
  40. <param name="configFile"> The configuration file that should be used by the chosen LoggerImplementation </param>
  41. </member>
  42. <member name="M:Castle.Facilities.Logging.LoggingFacility.#ctor(System.String,System.String)">
  43. <summary>
  44. Initializes a new instance of the <see cref="T:Castle.Facilities.Logging.LoggingFacility" /> class using a custom LoggerImplementation
  45. </summary>
  46. <param name="configFile"> The configuration file that should be used by the chosen LoggerImplementation </param>
  47. <param name="customLoggerFactory"> The type name of the type of the custom logger factory. </param>
  48. </member>
  49. <member name="M:Castle.Facilities.Logging.LoggingFacility.#ctor(Castle.Facilities.Logging.LoggerImplementation,System.String,System.String)">
  50. <summary>
  51. Initializes a new instance of the <see cref="T:Castle.Facilities.Logging.LoggingFacility" /> class.
  52. </summary>
  53. <param name="loggingApi"> The LoggerImplementation that should be used </param>
  54. <param name="configFile"> The configuration file that should be used by the chosen LoggerImplementation </param>
  55. <param name="customLoggerFactory"> The type name of the type of the custom logger factory. (only used when loggingApi is set to LoggerImplementation.Custom) </param>
  56. </member>
  57. <member name="M:Castle.Facilities.Logging.LoggingFacility.WithAppConfig">
  58. <summary>
  59. loads configuration from current AppDomain's config file (aka web.config/app.config)
  60. </summary>
  61. <returns> </returns>
  62. </member>
  63. </members>
  64. </doc>