mirror of
https://github.com/DarthAffe/OBD.NET.git
synced 2025-12-12 16:58:30 +00:00
11 lines
140 B
C#
11 lines
140 B
C#
namespace OBD.NET.Common.Logging
|
|
{
|
|
public enum OBDLogLevel
|
|
{
|
|
None,
|
|
Error,
|
|
Verbose,
|
|
Debug
|
|
}
|
|
}
|