Table of Contents

Class EnableClientLoggingAttribute

Namespace
Phoesion.Glow.SDK
Assembly
Phoesion.Glow.SDK.Abstractions.dll

This parameter will be binded from the Request Cookies.

[AttributeUsage(AttributeTargets.Assembly|AttributeTargets.Module|AttributeTargets.Method, AllowMultiple = false, Inherited = false)]
public class EnableClientLoggingAttribute : Attribute
Inheritance
object
Attribute
EnableClientLoggingAttribute

Constructors

EnableClientLoggingAttribute()

public EnableClientLoggingAttribute()

EnableClientLoggingAttribute(int)

public EnableClientLoggingAttribute(int MaxLogs)

Parameters

MaxLogs int

Fields

MaxLogs

Set max allowed client-side logging messages. Use value -1 for unlimited and 0 for Disabled. Default value is 100

public int MaxLogs

Field Value

int

Methods

IsDefaultAttribute()

When overridden in a derived class, indicates whether the value of this instance is the default value for the derived class.

public override bool IsDefaultAttribute()

Returns

bool

true if this instance is the default attribute for the class; otherwise, false.