| ILogFactoryGetLogger Method (String) |
[This is preliminary documentation and is subject to change.]
Retrieves or creates a log by name.
Namespace: YallaAssembly: Yalla.Core (in Yalla.Core.dll) Version: 1.0.5813.1925
Syntax ILog GetLogger(
string name
)
Function GetLogger (
name As String
) As ILog
ILog^ GetLogger(
String^ name
)
abstract GetLogger :
name : string -> ILog
Parameters
- name
- Type: SystemString
The name of the log to retrieve.
Return Value
Type:
ILogLog.
See Also