platform.go 90 B

12345
  1. package log
  2. type PlatformWriter interface {
  3. WriteMessage(level Level, message string)
  4. }