mirror of
https://github.com/AssetRipper/AssetRipper.git
synced 2025-12-11 20:15:29 +01:00
19 lines
191 B
C#
19 lines
191 B
C#
namespace AssetRipper.Import.Logging;
|
|
|
|
public enum LogCategory
|
|
{
|
|
General,
|
|
Import,
|
|
Export,
|
|
ExportProgress,
|
|
Cpp2IL,
|
|
System,
|
|
LibVlc,
|
|
Avalonia,
|
|
Plugin,
|
|
Processing,
|
|
|
|
None,
|
|
Debug,
|
|
}
|