Tungsten
![]() |
Logw Method (String, Object) |
Log a formatted warning message. This method uses string.Format to format the message.
Namespace: W.Logging
Assembly: Tungsten.Logging (in Tungsten.Logging.dll) Version: 2.0.0

C#
public static void w( string format, params Object[] args )
Parameters
- format
- Type: SystemString
Format of the message - args
- Type: SystemObject
Parameters to be passed during message formatting
