Table of Contents

Enum CPLogBaseClass.LogLevel

Namespace
Contensive.BaseClasses
Assembly
CPBase.dll

Log levels

public enum CPLogBaseClass.LogLevel

Fields

Debug = 1

Executed queries, user authenticated, session expired

Error = 4

For example application crashes / exceptions.

Fatal = 5

Highest level: important stuff down

Info = 2

Normal behavior like mail sent, user updated profile etc.

Trace = 0

Begin method X, end method X etc

Warn = 3

Incorrect behavior but the application can continue