Package net.orbyfied.j8.util.logging
Class Logger
java.lang.Object
net.orbyfied.j8.util.logging.Logger
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal PrintStreamDeprecated.protected final LoggerGroupprotected final Stringfinal PrintStreamDeprecated.protected LogPipelineThe worker pipeline, this pipeline is called asynchronously by the logger worker.protected LogPipelineThe pre-pipeline, this pipeline is called synchronously before the record is posted to the logger worker.protected Stringprotected String -
Method Summary
-
Field Details
-
name
-
group
-
tag
-
stage
-
out
Deprecated. -
err
Deprecated. -
prePipeline
The pre-pipeline, this pipeline is called synchronously before the record is posted to the logger worker. This should not do any heavy tasks. -
pipeline
The worker pipeline, this pipeline is called asynchronously by the logger worker. This is where you should do formatting and other heavy tasks. -
outputs
-
-
Method Details
-
getName
-
getStage
-
getTag
-
setTag
-
stage
-
pipeline
Get the worker pipeline, this pipeline is called asynchronously by the logger worker. This is where you should do formatting and other heavy tasks.- Returns:
- The worker pipeline.
-
prePipeline
The pre-pipeline, this pipeline is called synchronously before the record is posted to the logger worker. This should not do any heavy tasks.- Returns:
- The pre-pipeline.
-
logf
-
log
-
log
-
info
-
info
-
ok
-
ok
-
warn
-
warn
-
err
-
err
-
errt
-