e1.9.0 Structured JSON log method added, refactored.
This commit is contained in:
@ -63,11 +63,11 @@ type GnetAdapter struct {
|
||||
}
|
||||
|
||||
// Methods implemented:
|
||||
// - Debugf(format string, args ...interface{})
|
||||
// - Infof(format string, args ...interface{})
|
||||
// - Warnf(format string, args ...interface{})
|
||||
// - Errorf(format string, args ...interface{})
|
||||
// - Fatalf(format string, args ...interface{})
|
||||
// - Debugf(format string, args ...any)
|
||||
// - Infof(format string, args ...any)
|
||||
// - Warnf(format string, args ...any)
|
||||
// - Errorf(format string, args ...any)
|
||||
// - Fatalf(format string, args ...any)
|
||||
```
|
||||
|
||||
### Custom Fatal Behavior
|
||||
|
||||
Reference in New Issue
Block a user