Package com.ppm.logging
Interface AsLevel
-
- All Known Subinterfaces:
LogData,RecursiveLogKey
- All Known Implementing Classes:
AsLevelBuilder,KeyValue,LogDataBuilder,LogDataHolder,LogKeyValueBuilder,LogKeyValueBuilderHolder
public interface AsLevelInterface that contains methods "as some log level" to use in a fluent way.- Author:
- Pedro T. Oliveira
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AsLevelasDebug()Log information as DebugAsLevelasError()Log information as ErrorAsLevelasInfo()Log information as InfoAsLevelasWarn()Log information as Warn
-