Interface
caplin.core.log

LogStoreService

Constructor Summary

Attributes Name and Description
caplin.core.log.LogStoreService()

This represents an interface, and should not normally be constructed.

Method Summary

Attributes Name and Description
Array getLogRecords()

Retrieves all stored log records.

Constructor Detail

caplin.core.log.LogStoreService()

This represents an interface, and should not normally be constructed.

Method Detail

Array getLogRecords()

Retrieves all stored log records.

Returns
an array of caplin.core.log.LogRecords. Will not be null.