Table of Contents

Class StoreLogger

Namespace
Velvet
Assembly
Velvet.Docs.dll
public class StoreLogger
Inheritance
object
StoreLogger
Derived

Properties

Default

Default logger captured by each store at construction.

Methods

Log(string)

Logs an informational message. Compiled out of non-editor / non-development builds.

LogError(string)

Logs an error. Carries no [Conditional] of its own, unlike the two above: Store.Dispose reports a subscriber's throw through here, and in a release player that is the only report there is.

LogWarning(string)

Logs a warning. Compiled out of non-editor / non-development builds.