Skip to main content

LogLevelDto

Namespace: Meshmakers.Octo.Communication.Contracts.DataTransferObjects

Defines the log level for diagnostic logging.

public enum LogLevelDto

Inheritance ObjectValueTypeEnumLogLevelDto
Implements IComparable, ISpanFormattable, IFormattable, IConvertible

Fields

NameValueDescription
Trace0Most verbose level. Used for development and seldom enabled in production.
Debug1Debugging the application behavior from internal events of interest.
Info2Information that highlights progress or application lifetime events.
Warn3Warnings about validation issues or temporary failures that can be recovered.
Error4Errors where functionality has failed or Exception have been caught.
Fatal5Most critical level. Application is about to abort.
Off6Off log level, no logging is performed.