tagion v1.0.3-rc1 (2023-12-18T15:15:15Z)
Dub
Repo
Logger.report
tagion
logger
Logger
Logger
Reports the text to the logger with the level LogLevel
void
report
(LogLevel level, string text)
struct
Logger
@
trusted
const nothrow
void
report
(
const
LogLevel
level
,
lazy
scope
string
text
)
void
report
(Topic topic, string identifier, const(Document) data)
void
report
(LogLevel level, string fmt, Args args)
Meta
Source
See Implementation
tagion
logger
Logger
Logger
functions
close
error
fatal
isLoggerServiceRegistered
isLoggerSubRegistered
opCall
pop
push
registerSubscriptionTask
report
set_logger_task
trace
warn
properties
task_name
static variables
logger_subscription_tid
logger_task_name
variables
_task_name
masks
silent
Reports the text to the logger with the level LogLevel