Function Blam::Logger::Internal::WriteLineToFile

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_OK if the message was written without error.

Parameters
  • filename: - The file to write the message to.

  • message: - The message to add to the log file.