Method LogAndToFile
LogAndToFile(object?)
Logs message using Log(object?, LogItemKind) and after that calls LogToFile(object?, string?).
public static void LogAndToFile(object? obj = null)
Parameters
objobjectObject to log.
Logs message using Log(object?, LogItemKind) and after that calls LogToFile(object?, string?).
public static void LogAndToFile(object? obj = null)
obj objectObject to log.