Serverpod banner

Serverpod

This package is a core part of Serverpod. For documentation, visit: https://docs.serverpod.dev.

What is Serverpod?

Serverpod is an open-source, scalable app server, written in Dart for the Flutter community. Check it out!

Serverpod.dev

Libraries

annotations
log
Log primitives and global loggers. Names like log, logWriter, LogLevel, and LogScope are intentionally kept off the main serverpod_shared barrel because they collide with common user identifiers; import this library when you need them.
log_io
Log writers that depend on dart:io / dart:isolate and therefore do not work on the web. Import this in addition to package:serverpod_shared/serverpod_shared.dart when you need terminal-facing output or isolate-based writers.
serverpod_shared