comparison Implab/Diagnostics/TraceEventType.cs @ 50:f8cbe84cfdb1

Слияние с interactive logger
author cin
date Fri, 18 Apr 2014 12:37:48 +0400
parents d9d794b61bb9
children dc4942d09e74
comparison
equal deleted inserted replaced
44:e5ec543feee3 50:f8cbe84cfdb1
9 Information = 1, 9 Information = 1,
10 Warning, 10 Warning,
11 Error, 11 Error,
12 OperationStarted, 12 OperationStarted,
13 OperationCompleted, 13 OperationCompleted,
14 Transfer 14 Fork,
15 Attach,
16 Detach,
17 Created
15 } 18 }
16 } 19 }