 | LoggerDebug Method (Object, Exception) |
[Missing <summary> documentation for "M:Slash.Diagnostics.Logging.Logger.Debug(System.Object,System.Exception)"]
Namespace: Slash.Diagnostics.LoggingAssembly: Slash.Diagnostics (in Slash.Diagnostics.dll) Version: 1.0.6018.40181
Syntaxpublic void Debug(
Object message,
Exception t
)
Public Sub Debug (
message As Object,
t As Exception
)
public:
virtual void Debug(
Object^ message,
Exception^ t
) sealed
abstract Debug :
message : Object *
t : Exception -> unit
override Debug :
message : Object *
t : Exception -> unit
Parameters
- message
- Type: SystemObject
[Missing <param name="message"/> documentation for "M:Slash.Diagnostics.Logging.Logger.Debug(System.Object,System.Exception)"]
- t
- Type: SystemException
[Missing <param name="t"/> documentation for "M:Slash.Diagnostics.Logging.Logger.Debug(System.Object,System.Exception)"]
Implements
ILoggerDebug(Object, Exception)
See Also