util/logging library

Functions

actionedAnnounce(Object message) → void
announcement({required String msg, required String preformat, required Color tl, required Color tr, required Color bl, required Color br, bool clip = false, bool thick = false, bool fringes = false}) → void
criticalAnnouncement(String msg, {String preformat = "&l&n&o&e", List<int> colors = const [0x4a2c2c, 0x4a3b2c, 0x4a492c, 0x4a422c], int? boxSpin}) → void
errorAnnounce(Object message) → void
infoAnnounce(Object message) → void
networkAnnounce(Object message) → void
noticeAnnouncement(String msg, {String preformat = "&l&o&b", List<int> colors = const [0x2c404a, 0x2c364a, 0x2c304a, 0x2f2c4a], int? boxSpin}) → void
setupArcaneDebug() → void
successAnnounce(Object message) → void
verboseAnnounce(Object message) → void
warningAnnounce(Object message) → void