Class LoggingExtensions
Inheritance
System.Object
LoggingExtensions
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Assembly: NModbus.dll
Syntax
public static class LoggingExtensions
Methods
|
Improve this Doc
View Source
Critical(IModbusLogger, Func<String>)
Declaration
public static void Critical(this IModbusLogger logger, Func<string> messageFactory)
Parameters
Type |
Name |
Description |
IModbusLogger |
logger |
|
System.Func<System.String> |
messageFactory |
|
|
Improve this Doc
View Source
Critical(IModbusLogger, String)
Declaration
public static void Critical(this IModbusLogger logger, string message)
Parameters
|
Improve this Doc
View Source
Debug(IModbusLogger, Func<String>)
Declaration
public static void Debug(this IModbusLogger logger, Func<string> messageFactory)
Parameters
Type |
Name |
Description |
IModbusLogger |
logger |
|
System.Func<System.String> |
messageFactory |
|
|
Improve this Doc
View Source
Debug(IModbusLogger, String)
Declaration
public static void Debug(this IModbusLogger logger, string message)
Parameters
|
Improve this Doc
View Source
Error(IModbusLogger, Func<String>)
Declaration
public static void Error(this IModbusLogger logger, Func<string> messageFactory)
Parameters
Type |
Name |
Description |
IModbusLogger |
logger |
|
System.Func<System.String> |
messageFactory |
|
|
Improve this Doc
View Source
Error(IModbusLogger, String)
Declaration
public static void Error(this IModbusLogger logger, string message)
Parameters
|
Improve this Doc
View Source
Declaration
public static void Information(this IModbusLogger logger, Func<string> messageFactory)
Parameters
Type |
Name |
Description |
IModbusLogger |
logger |
|
System.Func<System.String> |
messageFactory |
|
|
Improve this Doc
View Source
Declaration
public static void Information(this IModbusLogger logger, string message)
Parameters
|
Improve this Doc
View Source
Log(IModbusLogger, LoggingLevel, Func<String>)
Declaration
public static void Log(this IModbusLogger logger, LoggingLevel level, Func<string> messageFactory)
Parameters
|
Improve this Doc
View Source
Trace(IModbusLogger, Func<String>)
Declaration
public static void Trace(this IModbusLogger logger, Func<string> messageFactory)
Parameters
Type |
Name |
Description |
IModbusLogger |
logger |
|
System.Func<System.String> |
messageFactory |
|
|
Improve this Doc
View Source
Trace(IModbusLogger, String)
Declaration
public static void Trace(this IModbusLogger logger, string message)
Parameters
|
Improve this Doc
View Source
Warning(IModbusLogger, Func<String>)
Declaration
public static void Warning(this IModbusLogger logger, Func<string> messageFactory)
Parameters
Type |
Name |
Description |
IModbusLogger |
logger |
|
System.Func<System.String> |
messageFactory |
|
|
Improve this Doc
View Source
Warning(IModbusLogger, String)
Declaration
public static void Warning(this IModbusLogger logger, string message)
Parameters