# Functions
GetContextGormLogger takes a context as input and returns a pointer to a SimpleSafeSlice of strings.
New creates a new logger with default config.
NewConfig creates a new config with the given non-nil slog.Handler.
NewWithConfig creates a new logger with given config.
WithContextGormLogger takes a context and threadsafe slice (string) as inputs and returns a new context with a value.
# Type aliases
LogType defines log type.