Click or drag to resize

LoggerExtensionsLogInformation(ILogger, String, Object) Method


Namespace: SimphonyPosApi.Logging
Assembly: PosCore (in PosCore.dll) Version: 19.8
Syntax
C#
public static void LogInformation(
	this ILogger logger,
	string message,
	params Object[] args
)

Parameters

logger  ILogger
 
message  String
 
args  Object
 

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type ILogger. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
See Also