Tungsten
![]() |
Logi Method (String, String, Int32) |
Log a formatted informational 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 i( string message, string callerName = "", int callerLineNumber = 0 )
Parameters
- message
- Type: SystemString
Format of the message - callerName (Optional)
- Type: SystemString
The name of the caller - callerLineNumber (Optional)
- Type: SystemInt32
The line number of the caller
