| LogManagerGetLoggerForCurrentFile Method |
[This is preliminary documentation and is subject to change.]
Retrieves or creates a log named after the caller source file.
Namespace: YallaAssembly: Yalla (in Yalla.dll) Version: 1.0.5813.3073
Syntax public static ILog GetLoggerForCurrentFile(
string filePath = null
)
Public Shared Function GetLoggerForCurrentFile (
Optional filePath As String = Nothing
) As ILog
public:
static ILog^ GetLoggerForCurrentFile(
String^ filePath = nullptr
)
static member GetLoggerForCurrentFile :
?filePath : string
(* Defaults:
let _filePath = defaultArg filePath null
*)
-> ILog
Parameters
- filePath (Optional)
- Type: SystemString
The name of the log to retrieve.
Return Value
Type:
ILogLog.
See Also