| YallaLoggerForType Method (Type) |
[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(
Type type
)
Public Function ForType (
type As Type
) As ILogger
public:
virtual ILogger^ ForType(
Type^ type
) sealed
abstract ForType :
type : Type -> ILogger
override ForType :
type : Type -> ILogger
Parameters
- type
- Type: SystemType
Type to which this logger belongs.
Return Value
Type:
ILoggerA type-associated logger.
Implements
ILogger.ForType(Type)See Also