- Namespace
- Statiq
.Common - Base Types
-
- object
graph BT
Type-->Base0["object"]
Type["ILoggerExtensions"]
class Type type-node
Syntax
public static class ILoggerExtensions
Methods
| Name | Return Value | Summary |
|---|---|---|
| Log |
void |
static
|
| Log |
void |
static
|
| Log |
void |
static
|
| LogAndWrapException |
Exception |
Logs an appropriate error message for the exception, unwrapping
System.AggregateException
and System.Reflection.TargetInvocationException exceptions and ignoring LoggedException.
static
|
| LogCritical |
void |
static
|
| LogDebug |
void |
static
|
| LogError |
void |
static
|
| LogInformation |
void |
static
|
| LogTrace |
void |
static
|
| LogWarning |
void |
static
|