GetLogger() Method

Definition

Assembly XenoAtom.Logging.dll

Gets a logger for the fully qualified name of T.

public static Logger GetLogger<T>()

Type parameters

T
The type used to derive the logger name.

Returns

Logger
A logger instance.