A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://nlog-project.org/documentation/v4.7.0/html/T_NLog_LogLevel.htm below:

LogLevel Class

Defines available log levels.

Inheritance Hierarchy Namespace:  NLog
Assembly:

NLog (in NLog.dll) Version: 4.7.0+4d138800820311d0b60b6437f1dd2ed1d571d47d

Syntax
[TypeConverterAttribute(typeof(LogLevelTypeConverter))]
public sealed class LogLevel : IComparable, 
	IEquatable<LogLevel>, IConvertible
<TypeConverterAttribute(GetType(LogLevelTypeConverter))>
Public NotInheritable Class LogLevel
	Implements IComparable, IEquatable(Of LogLevel), 
	IConvertible

Dim instance As LogLevel
[<SealedAttribute>]
[<TypeConverterAttribute(typeof(LogLevelTypeConverter))>]
type LogLevel =  
    class
        interface IComparable
        interface IEquatable<LogLevel>
        interface IConvertible
    end

The LogLevel type exposes the following members.

Properties   Name Description AllLevels

Gets all the available log levels (Trace, Debug, Info, Warn, Error, Fatal, Off).

AllLoggingLevels

Gets all the log levels that can be used to log events (Trace, Debug, Info, Warn, Error, Fatal) i.e LogLevel.Off is excluded.

Name

Gets the name of the log level.

Ordinal

Gets the ordinal of the log level.

Top Methods Operators   Name Description Equality

Compares two LogLevel objects and returns a value indicating whether the first one is equal to the second one.

GreaterThan

Compares two LogLevel objects and returns a value indicating whether the first one is greater than the second one.

GreaterThanOrEqual

Compares two LogLevel objects and returns a value indicating whether the first one is greater than or equal to the second one.

Inequality

Compares two LogLevel objects and returns a value indicating whether the first one is not equal to the second one.

LessThan

Compares two LogLevel objects and returns a value indicating whether the first one is less than the second one.

LessThanOrEqual

Compares two LogLevel objects and returns a value indicating whether the first one is less than or equal to the second one.

Top Fields   Name Description Debug

Debug log level.

Error

Error log level.

Fatal

Fatal log level.

Info

Info log level.

Off

Off log level.

Trace

Trace log level.

Warn

Warn log level.

Top See Also

RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4