Skip to content
This repository was archived by the owner on Nov 28, 2025. It is now read-only.

Latest commit

 

History

History
13 lines (8 loc) · 320 Bytes

File metadata and controls

13 lines (8 loc) · 320 Bytes

Tags.Logging

Usage

You have 2 ways of logging, using Logger or Sender

Logger

Logger has 5 ways of logging: Debug, Info, Warn, Error and Fatal.
You can pass any object to these functions, and optionally a Sender.

Sender

Same as logger, but clearly shows a name with the message