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