Crosser Technologies - Server
Crosser Technologies - Server
Namespaces
Crosser.Logger
Logger Class
Logger Methods
Debug Method
Debug Method (String, Object[])
Debug Method (Exception, String, Object[])
Logger
Debug Method (Exception, String,
Object
)
Log to Serilog sinks using the debug level
Namespace:
Crosser.Logger
Assembly:
Crosser.Logger (in Crosser.Logger.dll) Version: 0.0.4
Syntax
C#
Copy
public
virtual
void
Debug
(
Exception
ex
,
string
template
,
params
Object
[]
parmeters
)
Parameters
ex
Type:
System
Exception
Exception
template
Type:
System
String
Log template
parmeters
Type:
System
Object
Parameters to apply to template
Implements
ILogger
Debug(Exception, String,
Object
)
See Also
Reference
Logger Class
Debug Overload
Crosser.Logger Namespace