Returns a logger associated with the specified type.
Namespace: Grpc.Core.LoggingAssembly: Grpc.Core (in Grpc.Core.dll) Version: 0.6.1.0
SyntaxFunction ForType(Of T) As ILogger
generic<typename T>
ILogger^ ForType()
abstract ForType : unit -> ILogger
Type Parameters
- T
[Missing <typeparam name="T"/> documentation for "M:Grpc.Core.Logging.ILogger.ForType``1"]
Return Value
Type:
ILogger
See Also