Show / Hide Table of Contents

Enum LogLevel

Enumeration of all available log levels.

Namespace:Intranet.Common
Assembly:Intranet.Common.dll
Syntax
public enum LogLevel

Fields

Name Description
Debug

Debug log level.

Error

Error log level.

Fatal

Fatal log level.

Info

Info log level.

Off

Logging is disabled.

Trace

Trace log level.

Warn

Warn log level.

Extension Methods

NLogExtensions.ToLogLevel()
  • Improve this Doc
  • View Source
Back to top Copyright © 2015-2016 Microsoft
Generated by DocFX