- Namespace
- Statiq
.Testing - Base Types
-
- ILogger
graph BT
Type-->Base0["ILogger"]
Type["TestLogger"]
class Type type-node
Syntax
public class TestLogger : ILogger
Constructors
Properties
Name | Property Type | Summary |
---|---|---|
CategoryName | string | |
Messages | ConcurrentQueue |
Methods
Name | Return Value | Summary |
---|---|---|
BeginScope |
IDisposable | |
IsEnabled |
bool | |
Log |
void |