 | ILoggerErrorT Method (T) |
Writes the diagnostic message at the Error level.
Namespace:
NLog
Assembly:
NLog (in NLog.dll) Version: 5.5.0+1873145cbc26e0312d9481234d69ce7dc68aac4e
SyntaxSub Error(Of T) (
value As T
)
Dim instance As ILogger
Dim value As T
instance.Error(value)
abstract Error :
value : 'T -> unit
Parameters
- value
- Type: T
The value to be written.
Type Parameters
- T
- Type of the value.
See Also