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
obj
objectOject to log.
Logs message using Log(object?, LogItemKind) and after that calls LogToFile(object?, string?).
public static void LogAndToFile(object? obj = null)
obj
objectOject to log.