This website requires JavaScript.
Explore
Help
Sign In
codex-storage
/
cs-codex-dist-tests
mirror of
https://github.com/codex-storage/cs-codex-dist-tests.git
Watch
1
Star
0
Fork
You've already forked cs-codex-dist-tests
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
ed56d9edcc
cs-codex-dist-tests
/
ProjectPlugins
/
CodexPlugin
/
CodexLogLevel.cs
12 lines
143 B
C#
Raw
Normal View
History
Unescape
Escape
Moving all codex details to CodexPlugin
2023-09-11 09:59:33 +00:00
namespace
CodexPlugin
Moving everything around
2023-04-12 11:53:55 +00:00
{
public
enum
CodexLogLevel
{
Trace
,
Debug
,
Info
,
Warn
,
Error
}
}