import { Logger } from "https://deno.land/x/pup@1.0.0-beta.8/lib/core/logger.ts";
Constructors
new
Logger(globalConfiguration: GlobalLoggerConfiguration)Properties
private
optional
attachedLogger: AttachedLoggerprivate
config: GlobalLoggerConfigurationMethods
private
internalLog()private
writeFile(fileName: string, text: string)attach(pluginLogger: AttachedLogger)
error()
info()
log()
warn()