# Functions
ColorLevel takes a log level and colors it based on severity.
GetTime tries to parse given string as golang duration, then RFC3339 time and finally as a Unix timestamp.
NewCloudwatchLogsReader takes a group and optionally a stream prefix, start and end time, and returns a reader for any logs that match those parameters.
NewEvent takes a cloudwatch log event and returns an Event.
ParseAWSTimestamp takes the time stamp format given by AWS and returns an equivalent time.Time value.
Set the maximum number of streams for describe/filter calls.
Unique takes a string (or series of strings) and colors that string uniquely based on the string contents.
# Constants
MaxEventsPerCall is the maximum number events from a filter call.
ShortTimeFormat is a short format for printing timestamps.
# Variables
These color functions are used by output templates to control text color.
These color functions are used by output templates to control text color.
These color functions are used by output templates to control text color.
These color functions are used by output templates to control text color.
MaxStreams is the maximum number of streams you can give to a filter call.
These color functions are used by output templates to control text color.
TaskUUIDPattern is used to match task UUIDs.
These color functions are used by output templates to control text color.
These color functions are used by output templates to control text color.
# Structs
CloudwatchLogsReader is responsible for fetching logs for a particular log group.
Event represents a log event.
# Type aliases
ByCreationTime is used to sort events by their creation time.
ByLastEvent is used to sort log streams by last event timestamp.