IGLib
1.7.2
The IGLib base library EXTENDED - with other lilbraries and applications.
|
Interface for logging within the engine More...
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... | |
Interface for logging within the engine
void NUnit.Common.ILogger.Error | ( | string | message | ) |
Logs the specified message at the error level.
message | The message. |
Implemented in NUnit.Common.Logger.
void NUnit.Common.ILogger.Error | ( | string | message, |
params object[] | args | ||
) |
Logs the specified message at the error level.
message | The message. |
args | The arguments. |
Implemented in NUnit.Common.Logger.
void NUnit.Common.ILogger.Warning | ( | string | message | ) |
Logs the specified message at the warning level.
message | The message. |
Implemented in NUnit.Common.Logger.
void NUnit.Common.ILogger.Warning | ( | string | message, |
params object[] | args | ||
) |
Logs the specified message at the warning level.
message | The message. |
args | The arguments. |
Implemented in NUnit.Common.Logger.
void NUnit.Common.ILogger.Info | ( | string | message | ) |
Logs the specified message at the info level.
message | The message. |
Implemented in NUnit.Common.Logger.
void NUnit.Common.ILogger.Info | ( | string | message, |
params object[] | args | ||
) |
Logs the specified message at the info level.
message | The message. |
args | The arguments. |
Implemented in NUnit.Common.Logger.
void NUnit.Common.ILogger.Debug | ( | string | message | ) |
Logs the specified message at the debug level.
message | The message. |
Implemented in NUnit.Common.Logger.
void NUnit.Common.ILogger.Debug | ( | string | message, |
params object[] | args | ||
) |
Logs the specified message at the debug level.
message | The message. |
args | The arguments. |
Implemented in NUnit.Common.Logger.