How to Write to an Alternate Log File in UT99

  • Two Factor Authentication is now available on BeyondUnreal Forums. To configure it, visit your Profile and look for the "Two Step Verification" option on the left side. We can send codes via email (may be slower) or you can set up any TOTP Authenticator app on your phone (Authy, Google Authenticator, etc) to deliver codes. It is highly recommended that you configure this to keep your account safe.

[ZSZ]DevNull

New Member
Oct 20, 2004
2
0
0
I'm trying to modify a mutator so that it writes log entries to a file other then the standard UT99 log file. As far as I can tell UT99 Core.Engine implements OpenLog (string FName) and CloseLog ( ) but I can't find an equivalent to Logf (string LogString). Can anyone give me a clue?

Thanks!

[ZSZ]/dev/nulll