// This example demonstrates using custom log levels and custom log level names. // In addition to the default log levels, it introduces Trace, Notice, and // Emergency levels. The ReplaceAttr changes the way levels are printed for both // the standard log levels and the custom log levels. func ExampleHandlerOptions_customLevels() { … }