Click or drag to resize
Akka.NETLogging.logDebugf<a, b> Method
Logs a message at Debug level using configured Akka logger.

Namespace:  Akka.FSharp
Assembly:  Akka.FSharp (in Akka.FSharp.dll) Version: 1.2.3.129 (1.2.3.129)
Syntax
public static FSharpFunc<PrintfFormat<b, Unit, string, Unit>, b> logDebugf<a, b>(
	Actors. Actor<a> mailbox
)

Parameters

mailbox
Type: Akka.FSharp.Actors.Actor<a>

[Missing <param name="mailbox"/> documentation for "M:Akka.FSharp.Logging.logDebugf``2(Akka.FSharp.Actors.Actor{``0})"]

Type Parameters

a

[Missing <typeparam name="a"/> documentation for "M:Akka.FSharp.Logging.logDebugf``2(Akka.FSharp.Actors.Actor{``0})"]

b

[Missing <typeparam name="b"/> documentation for "M:Akka.FSharp.Logging.logDebugf``2(Akka.FSharp.Actors.Actor{``0})"]

Return Value

Type: FSharpFunc<PrintfFormat<b, Unit, String, Unit>, b>

[Missing <returns> documentation for "M:Akka.FSharp.Logging.logDebugf``2(Akka.FSharp.Actors.Actor{``0})"]

See Also