Click or drag to resize

LogManagerGetCurrentClassLogger Method

Overload List
  NameDescription
Public methodStatic memberGetCurrentClassLogger
Gets the logger with the full name of the current class, so namespace and class name.
Public methodStatic memberGetCurrentClassLogger(Type) Obsolete.
Gets a custom logger with the full name of the current class, so namespace and class name. Use loggerType to create instance of a custom Logger. If you haven't defined your own Logger class, then use the overload without the loggerType.
Top
See Also