DocFxLogLevel Enum

Summary

Acceptable log levels for DocFx.
Namespace
Cake.DocFx
Interfaces
  • IComparable
  • IFormattable
  • IConvertible
Base Types
  • object
  • ValueType
  • Enum
graph BT Type-->Base0["Enum"] Base0-->Base1["ValueType"] Base1-->Base2["object"] Type-.->Interface0["IComparable"] Type-.->Interface1["IFormattable"] Type-.->Interface2["IConvertible"] Type["DocFxLogLevel"] class Type type-node

Syntax

public enum DocFxLogLevel

Fields

Name Constant Value Summary
Default 0
Default log level of DocFx. Same as Info.
static
Error 4
Logs only errors.
static
Info 2
Logs errors, warnings and informational messages.
static
Verbose 1
Verbose logging.
static
Warning 3
Logs errors and warnings.
static
GitHub
Discussions