| LogExtensionsWarnFormat Method |
[Missing <summary> documentation for "M:Hangfire.Logging.LogExtensions.WarnFormat(Hangfire.Logging.ILog,System.String,System.Object[])"]
Namespace: Hangfire.LoggingAssembly: Hangfire.Core (in Hangfire.Core.dll) Version: 1.5.0.0
Syntax public static void WarnFormat(
this ILog logger,
string message,
params Object[] args
)
<ExtensionAttribute>
Public Shared Sub WarnFormat (
logger As ILog,
message As String,
ParamArray args As Object()
)
Parameters
- logger
- Type: Hangfire.LoggingILog
[Missing <param name="logger"/> documentation for "M:Hangfire.Logging.LogExtensions.WarnFormat(Hangfire.Logging.ILog,System.String,System.Object[])"]
- message
- Type: SystemString
[Missing <param name="message"/> documentation for "M:Hangfire.Logging.LogExtensions.WarnFormat(Hangfire.Logging.ILog,System.String,System.Object[])"]
- args
- Type: SystemObject
[Missing <param name="args"/> documentation for "M:Hangfire.Logging.LogExtensions.WarnFormat(Hangfire.Logging.ILog,System.String,System.Object[])"]
Usage Note
In Visual Basic and C#, you can call this method as an instance method on any object of type
ILog. 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