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