Index

D E L S 
All Classes and Interfaces|All Packages

D

dev.mccue.microhttp.systemlogger - module dev.mccue.microhttp.systemlogger
Defines one class, SystemLogger, which implements Logger and delegates to a System.Logger
dev.mccue.microhttp.systemlogger - package dev.mccue.microhttp.systemlogger
Defines one class, SystemLogger, which implements Logger and delegates to a System.Logger

E

enabled() - Method in class dev.mccue.microhttp.systemlogger.SystemLogger
 

L

log(Exception, LogEntry...) - Method in class dev.mccue.microhttp.systemlogger.SystemLogger
 
log(LogEntry...) - Method in class dev.mccue.microhttp.systemlogger.SystemLogger
 

S

SystemLogger - Class in dev.mccue.microhttp.systemlogger
Implementation of Logger that delegates to a System.Logger.
SystemLogger() - Constructor for class dev.mccue.microhttp.systemlogger.SystemLogger
Creates a SystemLogger that logs at System.Logger.Level.TRACE.
SystemLogger(System.Logger) - Constructor for class dev.mccue.microhttp.systemlogger.SystemLogger
Creates a SystemLogger that logs at System.Logger.Level.TRACE.
SystemLogger(System.Logger.Level) - Constructor for class dev.mccue.microhttp.systemlogger.SystemLogger
Creates a SystemLogger that logs at the provided System.Logger.Level and with a System.Logger that has the name of this class.
SystemLogger(System.Logger, System.Logger.Level) - Constructor for class dev.mccue.microhttp.systemlogger.SystemLogger
Creates a SystemLogger that logs at the provided System.Logger.Level and delegates to the provided System.Logger.
D E L S 
All Classes and Interfaces|All Packages