Tungsten
Logv Method (String, String, Int32) |
Log a formatted verbose message. This method uses string.Format to format the message.
Namespace: W.Logging
Assembly: Tungsten.Logging (in Tungsten.Logging.dll) Version: 2.0.0
Syntax
C#
public static void v( 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
See Also