Click or drag to resize
Akka.NETLogginglogDebugfa, 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.42 (1.2.3.42)
Syntax
public static FSharpFunc<PrintfFormat<b, Unit, string, Unit>, b> logDebugf<a, b>(
	ActorsActor<a> mailbox
)

Parameters

mailbox
Type: Akka.FSharpActorsActora

[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: FSharpFuncPrintfFormatb, Unit, String, Unit, b

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

See Also