Show / Hide Table of Contents

Enum LogLevel

Enumerates the logging levels.

Namespace: Kephas.Logging
Assembly: Kephas.Core.dll
Syntax
public enum LogLevel

Fields

Name Description
Debug

Debugging information.

Error

Common errors.

Fatal

Fatal errors.

Info

Common information.

Trace

Tracing information.

Warning

Warning information.

Extension Methods

DynamicObjectExtensions.SetPropertyValue(String, Object)
DynamicObjectExtensions.TrySetPropertyValue(String, Object)
DynamicObjectExtensions.GetPropertyValue(String)
DynamicObjectExtensions.TryGetPropertyValue(String, Object)
DynamicObjectExtensions.GetRuntimeTypeInfo()
DynamicObjectExtensions.ToDynamic()
DynamicObjectExtensions.ToExpando()
BehaviorValue.ToBehaviorValue<LogLevel>()
LoggingExtensions.GetLogger(IContext)
TypeExtensions.GetAbstractType()
TypeExtensions.GetAbstractTypeInfo()
ReflectionHelper.GetTypeInfo()
EntityEntryExtensions.TryGetAttachedEntityEntry()
  • Improve this Doc
  • View Source
Back to top Generated by DocFX