iBATIS.NET Class Library DataMapper V1.6.1, DataAccess V1.9.1

LogLevel Enumeration

The 7 logging levels used by Log are (in order):

[Visual Basic]
Public Enum LogLevel
[C#]
public enum LogLevel

Members

Member Name Description
All
Debug
Info
Warn
Error
Fatal
Off Do not log anything.

Requirements

Namespace: IBatisNet.Common.Logging

Assembly: IBatisNet.Common (in IBatisNet.Common.dll)

See Also

IBatisNet.Common.Logging Namespace