  | HoarderServiceClientLoggerDelegate Delegate | 
            Defines a method signature that the client class can use as a logging sink.
            
Namespace: Orthogonal.Hoarder.StdLibAssembly: Orthogonal.Hoarder.StdLib (in Orthogonal.Hoarder.StdLib.dll) Version: 8.0.22
Syntaxpublic delegate void LoggerDelegate(
	string message
)
Parameters
- message  String
 -  
 
See Also