LoggerLogDelegate Delegate |
Signature of a method that can be placed in the
LogListeners event.
Namespace: Demo3D.CommonAssembly: Demo3D.Common (in Demo3D.Common.dll) Version: 19.00.00
Syntaxpublic delegate void LogDelegate(
string? category,
string? message,
Object? context
)
Parameters
- category String
- Category.
- message String
- Message.
- context Object
- Context.
Remarks
See Also