| LogManagerGetLoggerT Method |
[This is preliminary documentation and is subject to change.]
Retrieves or creates a named log.
Namespace: YallaAssembly: Yalla (in Yalla.dll) Version: 1.0.5813.3073
Syntax public static ILog GetLogger<T>()
Public Shared Function GetLogger(Of T) As ILog
public:
generic<typename T>
static ILog^ GetLogger()
static member GetLogger : unit -> ILog
Type Parameters
- T
- The type to retrieve the log for.
Return Value
Type:
ILogLog.
See Also