Show / Hide Table of Contents

Class LogSeverity

Describes how severe/important a Log entry is.

Inheritance
Object
LogSeverity
Namespace: NanoByte.Common
Assembly: NanoByte.Common.dll
Syntax
public sealed class LogSeverity : Enum

Fields

Debug

Information to help developers diagnose problems.

Declaration
public const LogSeverity Debug
Field Value
Type Description
LogSeverity

Error

A critical error that should be attended to.

Declaration
public const LogSeverity Error
Field Value
Type Description
LogSeverity

Info

A nice-to-know piece of information.

Declaration
public const LogSeverity Info
Field Value
Type Description
LogSeverity

value__

Declaration
public int value__
Field Value
Type Description
Int32

Warn

A warning that doesn't have to be acted upon immediately.

Declaration
public const LogSeverity Warn
Field Value
Type Description
LogSeverity

Extension Methods

UpdateUtils.To<TIn, TOut>(TIn, Func<TIn, TOut>)
JsonStorage.SaveJson<T>(T, Stream)
JsonStorage.SaveJson<T>(T, String)
JsonStorage.ToJsonString<T>(T)
JsonStorage.ReparseAsJson<T>(Object)
JsonStorage.ReparseAsJson<T>(Object, T)
XmlStorage.SaveXml(Object, Stream, String)
XmlStorage.SaveXml<T>(T, String, String)
XmlStorage.ToXmlString(Object, String)
ConversionUtils.ConvertToString<TType>(TType)

See Also

LogEntryEventHandler
In This Article
Back to top Copyright Bastian Eicher