AdminTraceLogger.Debug Method
Include Protected Members
Include Inherited Members
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name | Description | |
---|---|---|
Debug(String) | Writes debug message to the trace. This constrained to dev debugging, so it's safe if you want to trace a password etc... | |
Debug(String, array<Object[]) | Writes debug message to the trace. This constrained to dev debugging, so it's safe if you want to trace a password etc... |
Top