[This is preliminary documentation and is subject to change.]
The Trace type exposes the following members.Methods
| Name | Description | |
|---|---|---|
| Assert | ||
| Fail | ||
| Write(Func String , MessageType, Nullable Guid ) |
A simplified method for tracing that doesn't evaluate text generation function
if tracing is disabled by configuration
| |
| Write(String, String, MessageType, Int32, String, String, Nullable Guid , Int32) | ||
| Write TContext (Func TContext, String , TContext, MessageType, Nullable Guid ) |
A simplified method for tracing that doesn't evaluate text generation function
if tracing is disabled by configuration. It takes context argument that can be passed to the
text-generating textFunc functor
|
Fields
| Name | Description | |
|---|---|---|
| TRACE |
See Also