The recording of the first ever ReactiveUI virtual conference is available on our YouTube Channel.

LogHost.

Log<T>(T) Method

Summary

Call this method to write log entries on behalf of the current class.
Namespace
Splat
Containing Type
LogHost

Syntax

public static IFullLogger Log<T>(this T logClassInstance) where T : IEnableLogger

Type Parameters

Name Description
T The type to get the IFullLogger for.

Parameters

Name Type Description
logClassInstance T The class we are getting the logger for.

Return Value

Type Description
IFullLogger The IFullLogger for the class type.