@breadstone/ziegel-platform-logging
Namespaces
| Namespace | Description |
|---|---|
| LoggerExtensions | - |
Enumerations
| Enumeration | Description |
|---|---|
| LogLevel | - |
Classes
Interfaces
| Interface | Description |
|---|---|
| ILogFormatter | - |
| ILogger | - |
| ILoggerFactory | - |
| ILoggerProvider | - |
Functions
| Function | Description |
|---|---|
| Log | A decorator that log a class, method, property or parameter.. decorator usage as ClassDecorator, MethodDecorator, PropertyDecorator or ParameterDecorator |
| LogClass | A decorator that log a class. Decoration usage as ClassDecorator. |
| LogMethod | A decorator that log a method. Decoration usage as MethodDecorator. |
| LogParameter | A decorator that log a parameter. Decoration usage as LogParameter. |
| LogProperty | A decorator that log a property. Decoration usage as PropertyDecorator. |