The ILogWriter type exposes the following members.

Methods

  NameDescription
Public methodSupported by the .NET Compact FrameworkWrite(LogLevel, Type, Int32, String, String)
Write a message into the log.
Public methodSupported by the .NET Compact FrameworkWrite(LogLevel, Type, Int32, String, String, array<Byte>[]()[][], Int32, Int32)
Write a message and data block into the log.

Properties

  NameDescription
Public propertySupported by the .NET Compact FrameworkLevel
Get or set the log level - only log messages with log level equal to or greater than the specified one.

See Also