Cronous Emulation Server Daemon

LogFile.LOG_FILENAME Field

[Visual Basic]
Public const LOG_FILENAME As String = "d:\croemu.log"
[C#]
public const string LOG_FILENAME = "d:\croemu.log";
[C++]
public: const String* LOG_FILENAME = "d:\croemu.log";
[JScript]
public const var LOG_FILENAME: String = "d:\croemu.log";

See Also

LogFile Class | croemud.log Namespace