Class ActorAttributes.DebugLogging
Enables additional low level troubleshooting logging at DEBUG log level
Use factory method CreateDebugLogging
to create.
Inheritance
ActorAttributes.DebugLogging
Assembly: Akka.Streams.dll
Syntax
public sealed class ActorAttributes.DebugLogging : Attributes.IMandatoryAttribute, Attributes.IAttribute, IEquatable<ActorAttributes.DebugLogging>
Constructors
|
Edit this page
View Source
DebugLogging(bool)
Declaration
public DebugLogging(bool enabled)
Parameters
Type |
Name |
Description |
bool |
enabled |
|
Properties
|
Edit this page
View Source
Enabled
Declaration
public bool Enabled { get; }
Property Value
Methods
|
Edit this page
View Source
Equals(DebugLogging)
Declaration
public bool Equals(ActorAttributes.DebugLogging other)
Parameters
Returns
|
Edit this page
View Source
Equals(object)
Declaration
public override bool Equals(object obj)
Parameters
Type |
Name |
Description |
object |
obj |
|
Returns
Overrides
|
Edit this page
View Source
GetHashCode()
Declaration
public override int GetHashCode()
Returns
Overrides
|
Edit this page
View Source
ToString()
Declaration
public override string ToString()
Returns
Overrides
Implements
Extension Methods