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