Skip to content

You're viewing documentation for a pre-release version. View the latest stable version

Structure

AndFragment

Combine the current fragment with another, which will be written after the current fragment finishes.
struct AndFragment<T, U> where T : LoggerFragment, U : LoggerFragment

Mentioned in

Topics

Initializers

Instance Properties

Instance Methods

Relationships

Conforms To

See Also

Logger Fragments