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

ConsoleOutLogger.Write Method 

Do the actual logging by constructing the log message using a StringBuilder then sending the output to Out.

[Visual Basic]
Overrides Protected Sub Write( _
   ByVal LogLevel As LogLevel, _
   ByVal Object As Object, _
   ByVal Exception As Exception _
)
[C#]
protected override void Write(
   LogLevel level,
   Object message,
   Exception e
);

Parameters

level
The LogLevel of the message.
message
The log message.
e
An optional Exception associated with the message.

See Also

ConsoleOutLogger Class | IBatisNet.Common.Logging.Impl Namespace