| YallaLoggerForTypeT Method |
[This is preliminary documentation and is subject to change.]
Returns a logger which will be associated with the specified type.
Namespace: Yalla.GoogleApisAssembly: Yalla.GoogleApis (in Yalla.GoogleApis.dll) Version: 1.0.5813.3169
Syntax public ILogger ForType<T>()
Public Function ForType(Of T) As ILogger
public:
generic<typename T>
virtual ILogger^ ForType() sealed
abstract ForType : unit -> ILogger
override ForType : unit -> ILogger
Type Parameters
- T
- Type to which this logger belongs.
Return Value
Type:
ILoggerA type-associated logger.
Implements
ILogger.ForType``1See Also