 | ILoggerTrace Method (String) |
Writes the diagnostic message at the Trace level.
Namespace:
NLog
Assembly:
NLog (in NLog.dll) Version: 5.5.0+1873145cbc26e0312d9481234d69ce7dc68aac4e
Syntaxvoid Trace(
string message
)
Sub Trace (
message As String
)
Dim instance As ILogger
Dim message As String
instance.Trace(message)
abstract Trace :
message : string -> unit
Parameters
- message
- Type: SystemString
Log message.
See Also