Click or drag to resize

LogFactoryGetLogger Method

Overload List
  NameDescription
Public methodGetLogger(String)
Gets the specified named logger.
Public methodGetLoggerT(String)
Gets the specified named logger. 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