# Functions
Critical prints error informations.
Debug prints debug log.
Info prints information log.
Notice prints information that should be seen.
SetLevel controls the categories of logs written.
UseTestLogger should be used only by unit tests.
Warning prints warnings for user.
# Constants
Available logging levels.
Available logging levels.
Available logging levels.
Available logging levels.
Available logging levels.
# Structs
BaseLogger logs on stdout.
TestLogger uses *testing.T as a backend for RamSQL logs.
# Interfaces
Logger defines the logs levels used by RamSQL engine.
# Type aliases
Level of logging trigger.