mirror of
https://github.com/MindWorkAI/AI-Studio.git
synced 2026-07-16 19:26:28 +00:00
7 lines
91 B
C#
7 lines
91 B
C#
|
|
namespace AIStudio.Assistants.LogViewer;
|
||
|
|
|
||
|
|
public enum LogFileKind
|
||
|
|
{
|
||
|
|
APP,
|
||
|
|
STARTUP,
|
||
|
|
}
|