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
Instance Method
func and<T>(_ other: T) -> AndFragment<Self, T> where T : LoggerFragment