LoggerAtLevel to log at the "debug" level, if logging at "debug" level is enabled.LoggerAtLevel, configured with the given Marker, to log at the "debug" level, if logging at "debug" level is enabled also considering the given Marker.LoggerAtLevel to log at the "error" level, if logging at "error" level is enabled.LoggerAtLevel, configured with the given Marker, to log at the "error" level, if logging at "error" level is enabled also considering the given Marker.LoggerAtLevel to log at most every amount of time.LoggerAtLevel to log at most every number of times
For example, say we want to log at most every 5 times.FluentLogger wrapping a Logger.FluentLogger associated with the given name.FluentLogger associated with the given class.LoggerAtLevel to log at the "info" level, if logging at "info" level is enabled.LoggerAtLevel, configured with the given Marker, to log at the "info" level, if logging at "info" level is enabled also considering the given Marker.LoggerAtLevel to log at the "trace" level, if logging at "trace" level is enabled.LoggerAtLevel, configured with the given Marker, to log at the "trace" level, if logging at "trace" level is enabled also considering the given Marker.LoggerAtLevel to log at the "warn" level, if logging at "warn" level is enabled.LoggerAtLevel, configured with the given Marker, to log at the "warn" level, if logging at "warn" level is enabled also considering the given Marker.Copyright © 2019. All rights reserved.