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 DebugLogging : Attributes.IMandatoryAttribute, Attributes.IAttribute, IEquatable<ActorAttributes.DebugLogging>
Constructors
|
Improve this Doc
View Source
DebugLogging(Boolean)
Declaration
public DebugLogging(bool enabled)
Parameters
Type |
Name |
Description |
Boolean |
enabled |
|
Properties
|
Improve this Doc
View Source
Enabled
Declaration
public bool Enabled { get; }
Property Value
Methods
|
Improve this Doc
View Source
Equals(ActorAttributes.DebugLogging)
Declaration
public bool Equals(ActorAttributes.DebugLogging other)
Parameters
Returns
|
Improve this Doc
View Source
Equals(Object)
Declaration
public override bool Equals(object obj)
Parameters
Type |
Name |
Description |
Object |
obj |
|
Returns
Overrides
|
Improve this Doc
View Source
GetHashCode()
Declaration
public override int GetHashCode()
Returns
Overrides
|
Improve this Doc
View Source
ToString()
Declaration
public override string ToString()
Returns
Overrides
Implements
Extension Methods