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