[]
        
(Showing Draft Content)

C1.Ssrs.IReaderLog.Log

Log Method

Log(string)

Logs a message.

Declaration
void Log(string message)
Parameters
Type Name Description
string message

The logged message.

Log(string, params object[])

Logs a formatted message.

Declaration
void Log(string format, params object[] args)
Parameters
Type Name Description
string format

The message formatting string.

object[] args

The list of parameters supplied to the formatting string.