Mercurial > pub > ImplabNet
comparison Implab/Diagnostics/TraceEventType.cs @ 48:d9d794b61bb9 interactive logger
Interactive tracing
Improved working with tracing contexts
author | cin |
---|---|
date | Fri, 18 Apr 2014 12:34:45 +0400 |
parents | 2880242f987a |
children | dc4942d09e74 |
comparison
equal
deleted
inserted
replaced
47:b181f7bcb259 | 48:d9d794b61bb9 |
---|---|
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 } |