Table of Contents

Class CubeLogEventArgs

Namespace: FastReport.Olap.Utils
Assembly: FastCube.Core.dll

Event arguments for cube log event.

public class CubeLogEventArgs : EventArgs

Inheritance

objectEventArgsCubeLogEventArgs

Properties

Arguments

Message arguments.

public object[] Arguments { get; }

Property Value

object[]

Remarks

Is able to be null or empty.

Level

Level of the log message.

public CubeLogLevel Level { get; }

Property Value

CubeLogLevel

Message

Message or message format.

public string Message { get; }

Property Value

string