Gorgon
Show / Hide Table of Contents

Enum LoggingLevel

Enumeration containing the logging levels.

Namespace: Gorgon.Diagnostics
Assembly: Gorgon.Core.dll
Syntax
public enum LoggingLevel

Fields

Name Description
All

This will print all messages regardless of level.

Intermediate

This will only pass messages marked as intermediate.

NoLogging

This will disable the log file.

Simple

This will only pass messages marked as simple.

Verbose

This will only pass messages marked as verbose.

Extension Methods

GorgonNullExtensions.AsNullable<T>(object)
GorgonNullExtensions.IfNull<T>(object, T)
GorgonNullExtensions.IsNull(object)
  • Edit this page
  • View Source
In this article
Back to top Copyright 2023 - Licensed under the MIT license by Michael Winsor (Tape_Worm).
Send comments on this topic to the author