StaticconsoleCreates a new logger transport that prints the log to the terminal.
The log level at which the transport should be active.
The newly created transport.
StaticcreateCreates a new logger transport.
The configuration to be used by the transport.
What should happen when a new log should be send.
The newly created transport.
StaticdbCreates a new logger transport that saves the log into the database.
The log level at which the transport should be active.
The newly created transport.
StaticemailCreates a new logger transport that sends the log via email.
The log level at which the transport should be active.
The newly created transport.
The configuration options of the transport.