LoggerExtensionsLogWarning(ILogger, String, Object) Method |
Namespace: SimphonyPosApi.LoggingAssembly: PosCore (in PosCore.dll) Version: 19.8
Syntaxpublic static void LogWarning(
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