Gets the log level for this analyzer and given document.
- Namespace
- Statiq
.Common - Containing Type
- IAnalyzerContext
Syntax
LogLevel GetLogLevel(IDocument document)
Parameters
Name | Type | Description |
---|---|---|
document | IDocument | The document to get an effective log level for. |
Return Value
Type | Description |
---|---|
LogLevel | The effective log level for the current analyzer and given document. |