createTypedLogger<T> method

TypedLogger<T> createTypedLogger<T>()

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);