Package org.omegazero.common.logging
package org.omegazero.common.logging
Provides a logging API.
-
ClassDescriptionA
LoggerOutput
writing to a file.A class used for outputting application messages.Represents a location where log messages generated byStandardLogger
s are written to.Maintains and manages the logging state of omz-java-lib andLogger
instances.Represents a permission checked by the security manager when an operation is performed that changes the logging state.Represents the importance level of a log message created by aLogger
.AFileLoggerOutput
with support for log rotation.The standardLogger
implementation returned byLogger.create()
.ALoggerOutput
writing to stdout or stderr.