log/zlogΒΆ
type categoryA logging category.
fun category(Name?: string): categoryReturns a new logging category. If
Nameis omitted, a name will be inferred from the calling function.meth (Category: category) :: (Level: string): loggerReturns the logger for
Categorywith levelLevel.type logger < functionA logger (category + level). Calling a logger generates a log entry with the supplied arguments.