cs-codex-dist-tests/CodexDistTestCore/Config/LogConfig.cs

8 lines
139 B
C#
Raw Normal View History

namespace CodexDistTestCore.Config
{
public class LogConfig
{
public const string LogRoot = "D:/CodexTestLogs";
}
}