IGLib  1.7.2
The IGLib base library EXTENDED - with other lilbraries and applications.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros
NUnit.Common.ILogger Interface Reference

Interface for logging within the engine More...

+ Inheritance diagram for NUnit.Common.ILogger:

Public Member Functions

void Error (string message)
 Logs the specified message at the error level. More...
 
void Error (string message, params object[] args)
 Logs the specified message at the error level. More...
 
void Warning (string message)
 Logs the specified message at the warning level. More...
 
void Warning (string message, params object[] args)
 Logs the specified message at the warning level. More...
 
void Info (string message)
 Logs the specified message at the info level. More...
 
void Info (string message, params object[] args)
 Logs the specified message at the info level. More...
 
void Debug (string message)
 Logs the specified message at the debug level. More...
 
void Debug (string message, params object[] args)
 Logs the specified message at the debug level. More...
 

Detailed Description

Interface for logging within the engine

Member Function Documentation

void NUnit.Common.ILogger.Error ( string  message)

Logs the specified message at the error level.

Parameters
messageThe message.

Implemented in NUnit.Common.Logger.

void NUnit.Common.ILogger.Error ( string  message,
params object[]  args 
)

Logs the specified message at the error level.

Parameters
messageThe message.
argsThe arguments.

Implemented in NUnit.Common.Logger.

void NUnit.Common.ILogger.Warning ( string  message)

Logs the specified message at the warning level.

Parameters
messageThe message.

Implemented in NUnit.Common.Logger.

void NUnit.Common.ILogger.Warning ( string  message,
params object[]  args 
)

Logs the specified message at the warning level.

Parameters
messageThe message.
argsThe arguments.

Implemented in NUnit.Common.Logger.

void NUnit.Common.ILogger.Info ( string  message)

Logs the specified message at the info level.

Parameters
messageThe message.

Implemented in NUnit.Common.Logger.

void NUnit.Common.ILogger.Info ( string  message,
params object[]  args 
)

Logs the specified message at the info level.

Parameters
messageThe message.
argsThe arguments.

Implemented in NUnit.Common.Logger.

void NUnit.Common.ILogger.Debug ( string  message)

Logs the specified message at the debug level.

Parameters
messageThe message.

Implemented in NUnit.Common.Logger.

void NUnit.Common.ILogger.Debug ( string  message,
params object[]  args 
)

Logs the specified message at the debug level.

Parameters
messageThe message.
argsThe arguments.

Implemented in NUnit.Common.Logger.


The documentation for this interface was generated from the following file: