LogBorderType enum

Types of logs

The log tamplate has borders in top, right, left and bottom.

Use enums to separate information from a log.

The normal sequence is a header first, then an indeterminate number of middle and ending with bottom.

Using only header and ending with bottom in the sequence is totaly okay to.

If you are using just a single log, use the single.

This is an overview of which borders each enum contains:

  • header will have top, left and right border and don't have a bottom border.
  • bottom will have bottom, left and right border and don't have a top border.
  • middle will have only left and right border and don't have a top or bottom border.
  • single will have all border directions and is stand alone, it's not meant to be used together like the others.

Types of logs

The log tamplate has borders in top, right, left and bottom.

Use enums to separate information from a log.

The normal sequence is a header first, then an indeterminate number of middle and ending with bottom.

Using only header and ending with bottom in the sequence is totaly okay to.

If you are using just a single log, use the single.

This is an overview of which borders each enum contains:

  • header will have top, left and right border and don't have a bottom border.
  • bottom will have bottom, left and right border and don't have a top border.
  • middle will have only left and right border and don't have a top or bottom border.
  • single will have all border directions and is stand alone, it's not meant to be used together like the others.
Inheritance

Constructors

LogBorderType()
const

Values

Types of logs

The log tamplate has borders in top, right, left and bottom.

Use enums to separate information from a log.

The normal sequence is a header first, then an indeterminate number of middle and ending with bottom.

Using only header and ending with bottom in the sequence is totaly okay to.

If you are using just a single log, use the single.

This is an overview of which borders each enum contains:

  • header will have top, left and right border and don't have a bottom border.
  • bottom will have bottom, left and right border and don't have a top border.
  • middle will have only left and right border and don't have a top or bottom border.
  • single will have all border directions and is stand alone, it's not meant to be used together like the others.
middle → const LogBorderType

Types of logs

The log tamplate has borders in top, right, left and bottom.

Use enums to separate information from a log.

The normal sequence is a header first, then an indeterminate number of middle and ending with bottom.

Using only header and ending with bottom in the sequence is totaly okay to.

If you are using just a single log, use the single.

This is an overview of which borders each enum contains:

  • header will have top, left and right border and don't have a bottom border.
  • bottom will have bottom, left and right border and don't have a top border.
  • middle will have only left and right border and don't have a top or bottom border.
  • single will have all border directions and is stand alone, it's not meant to be used together like the others.
bottom → const LogBorderType

Types of logs

The log tamplate has borders in top, right, left and bottom.

Use enums to separate information from a log.

The normal sequence is a header first, then an indeterminate number of middle and ending with bottom.

Using only header and ending with bottom in the sequence is totaly okay to.

If you are using just a single log, use the single.

This is an overview of which borders each enum contains:

  • header will have top, left and right border and don't have a bottom border.
  • bottom will have bottom, left and right border and don't have a top border.
  • middle will have only left and right border and don't have a top or bottom border.
  • single will have all border directions and is stand alone, it's not meant to be used together like the others.
single → const LogBorderType

Types of logs

The log tamplate has borders in top, right, left and bottom.

Use enums to separate information from a log.

The normal sequence is a header first, then an indeterminate number of middle and ending with bottom.

Using only header and ending with bottom in the sequence is totaly okay to.

If you are using just a single log, use the single.

This is an overview of which borders each enum contains:

  • header will have top, left and right border and don't have a bottom border.
  • bottom will have bottom, left and right border and don't have a top border.
  • middle will have only left and right border and don't have a top or bottom border.
  • single will have all border directions and is stand alone, it's not meant to be used together like the others.

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

values → const List<LogBorderType>
A constant List of the values in this enum, in order of their declaration.