getFullName static method

String getFullName(
  1. Type providerType
)

Gets the full type name for a logger provider type.

Returns the string representation of the type.

Implementation

static String getFullName(Type providerType) => providerType.toString();