mirror of
https://github.com/codex-storage/cs-codex-dist-tests.git
synced 2025-02-11 11:37:12 +00:00
8 lines
139 B
C#
8 lines
139 B
C#
namespace CodexDistTestCore.Config
|
|
{
|
|
public class LogConfig
|
|
{
|
|
public const string LogRoot = "D:/CodexTestLogs";
|
|
}
|
|
}
|