Logger Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Enables users to log/write traces from unit tests for diagnostics.
public ref class Logger
public class Logger
type Logger = class
Public Class Logger
- Inheritance
-
Logger
Constructors
Logger() |
Methods
LogMessage(String, Object[]) |
API for test writer to call to Log messages. |
Events
OnLogMessage |
Event to listen. Raised when unit test writer writes some message. Mainly to consume by adapter. |