Click or drag to resize

LogFactory.GetCurrentClassLogger Method

Overload List
  NameDescription
Public methodGetCurrentClassLogger()
Gets the logger with the full name of the current class, so namespace and class name.
Public methodGetCurrentClassLogger<T>()
Gets the logger with the full name of the current class, so namespace and class name. Use T to create instance of a custom Logger. If you haven't defined your own Logger class, then use the overload without the type parameter.
Top
See Also