NLog 4.3.0
NLog 4.3.0
Namespaces
NLog
Logger Class
Logger Methods
Error Method
Error Method (Object)
Error Method (String)
Error(T) Method (T)
Error Method (LogMessageGenerator)
Error Method (IFormatProvider, Object)
Error(T) Method (IFormatProvider, T)
Error Method (String, Boolean)
Error Method (String, Byte)
Error Method (String, Char)
Error Method (String, Decimal)
Error Method (String, Double)
Error Method (String, Exception)
Error Method (String, Int32)
Error Method (String, Int64)
Error Method (String, Object)
Error Method (String, Object[])
Error Method (String, SByte)
Error Method (String, Single)
Error Method (String, String)
Error Method (String, UInt32)
Error Method (String, UInt64)
Error(TArgument) Method (String, TArgument)
Error Method (Exception, String, Object[])
Error Method (IFormatProvider, String, Boolean)
Error Method (IFormatProvider, String, Byte)
Error Method (IFormatProvider, String, Char)
Error Method (IFormatProvider, String, Decimal)
Error Method (IFormatProvider, String, Double)
Error Method (IFormatProvider, String, Int32)
Error Method (IFormatProvider, String, Int64)
Error Method (IFormatProvider, String, Object)
Error Method (IFormatProvider, String, Object[])
Error Method (IFormatProvider, String, SByte)
Error Method (IFormatProvider, String, Single)
Error Method (IFormatProvider, String, String)
Error Method (IFormatProvider, String, UInt32)
Error Method (IFormatProvider, String, UInt64)
Error(TArgument) Method (IFormatProvider, String, TArgument)
Error Method (String, Object, Object)
Error(TArgument1, TArgument2) Method (String, TArgument1, TArgument2)
Error Method (Exception, IFormatProvider, String, Object[])
Error(TArgument1, TArgument2) Method (IFormatProvider, String, TArgument1, TArgument2)
Error Method (String, Object, Object, Object)
Error(TArgument1, TArgument2, TArgument3) Method (String, TArgument1, TArgument2, TArgument3)
Error(TArgument1, TArgument2, TArgument3) Method (IFormatProvider, String, TArgument1, TArgument2, TArgument3)
Logger
Error Method (Object)
Writes the diagnostic message at the
Error
level.
Namespace:
NLog
Assembly:
NLog (in NLog.dll) Version: 4.3.0
Syntax
C#
VB
Copy
public
void
Error
(
Object
value
)
Public
Sub
Error
(
value
As
Object
)
Parameters
value
Type:
System
Object
A
object
to be written.
Implements
ILogger
Error(Object)
See Also
Reference
Logger Class
Error Overload
NLog Namespace
Copyright (c) 2004-2016 NLog