This website requires JavaScript.
Explore
Help
Sign In
status-im
/
cs-codex-dist-tests
mirror of
Watch
2
Star
0
Fork
You've already forked cs-codex-dist-tests
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
7c8a278cd9
cs-codex-dist-tests
/
Logging
/
LogConfig.cs
8 lines
122 B
C#
Raw
Normal View
History
Unescape
Escape
Moving everything around
2023-04-12 11:53:55 +00:00
namespace
Logging
Extracts configurable components to config folder
2023-03-26 06:52:53 +00:00
{
public
class
LogConfig
{
public
const
string
LogRoot
=
"D:/CodexTestLogs"
;
}
}