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