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

LogManager.Adapter Property

Gets or sets the adapter.

[Visual Basic]
Public Shared Property Adapter As 
[C#]
public static ILoggerFactoryAdapter Adapter {get; set;}

Property Value

The adapter.

Remarks

The IBatisNet.Common assembly ships with the following built-in ILoggerFactoryAdapter implementations:

ConsoleOutLoggerFAWrites output to Console.Out
TraceLoggerFAWrites output to the System.Diagnostics.Trace sub-system
NoOpLoggerFAIgnores all messages

See Also

LogManager Class | IBatisNet.Common.Logging Namespace