Click or drag to resize

LogFactoryGetCurrentClassLogger Method

Overload List
  NameDescription
Public methodGetCurrentClassLogger
Gets the logger with the full name of the current class, so namespace and class name.
Public methodGetCurrentClassLoggerT
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