Instance Method
and(_:)
Combine the current fragment with another, which will be written after the current fragment finishes.
func and<T>(_ other: T) -> AndFragment<Self, T> where T : LoggerFragment
You're viewing documentation for a pre-release version. View the latest stable version
Instance Method
func and<T>(_ other: T) -> AndFragment<Self, T> where T : LoggerFragment