| LogManagerGetLogger Method (String) |
[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(
string name
)
Public Shared Function GetLogger (
name As String
) As ILog
public:
static ILog^ GetLogger(
String^ name
)
static member GetLogger :
name : string -> ILog
Parameters
- name
- Type: SystemString
The name of the log to retrieve.
Return Value
Type:
ILogLog.
See Also