Click or drag to resize

HoarderServiceClient.LoggerDelegate Delegate

Defines a method signature that the client class can use as a logging sink.

Namespace: Orthogonal.Hoarder.StdLib
Assembly: Orthogonal.Hoarder.StdLib (in Orthogonal.Hoarder.StdLib.dll) Version: 8.0.9
Syntax
C#
public delegate void LoggerDelegate(
	string message
)

Parameters

message  String
 
See Also