Initializes a new instance of the
Info class.
Namespace: Akka.EventAssembly: Akka (in Akka.dll) Version: 0.8.0.0 (0.8.0.0)
Syntaxpublic Info(
string logSource,
Type logClass,
Object message
)
Public Sub New (
logSource As String,
logClass As Type,
message As Object
)
public:
Info(
String^ logSource,
Type^ logClass,
Object^ message
)
new :
logSource : string *
logClass : Type *
message : Object -> Info
Parameters
- logSource
- Type: SystemString
The log source. - logClass
- Type: SystemType
The log class. - message
- Type: SystemObject
The message.
See Also