// This example shows how to use slog.SetLogLoggerLevel to change the minimal level // of the internal default handler for slog package before calling slog.SetDefault. func ExampleSetLogLoggerLevel_log() { … } // This example shows how to use slog.SetLogLoggerLevel to change the minimal level // of the internal writer that uses the custom handler for log package after // calling slog.SetDefault. func ExampleSetLogLoggerLevel_slog() { … }