Class CubeLogEventArgs
Namespace: FastReport.Olap.Utils
Assembly: FastCube.Core.dll
Event arguments for cube log event.
public class CubeLogEventArgs : EventArgs
Inheritance
object ← EventArgs ← CubeLogEventArgs
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
Message
Message or message format.
public string Message { get; }