createTypedLogger<T> method
Creates a new TypedLogger instance using the full name of the given
type T as the category name.
Implementation
TypedLogger<T> createTypedLogger<T>() => TypedLoggerImpl<T>(this);
Creates a new TypedLogger instance using the full name of the given
type T as the category name.
TypedLogger<T> createTypedLogger<T>() => TypedLoggerImpl<T>(this);