Function Blam::Logger::Internal::WriteLineToFile¶
Defined in File logger.h
Function Documentation¶
-
HRESULT
Blam::Logger::Internal::WriteLineToFile(const char *filename, Blam::Logger::LogMessage message)¶ Writes a line to a log file.
- Return
The return state of writing to the file. Returns
S_OKif the message was written without error.- Parameters
filename: - The file to write the message to.message: - The message to add to the log file.