Click or drag to resize

LogManagerGetLogger Method

Overload List
  NameDescription
Public methodStatic memberGetLogger(String)
Gets the specified named logger.
Public methodStatic memberGetLogger(String, Type) Obsolete.
Gets the specified named custom logger. 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