Matt Bishop

Results 78 comments of Matt Bishop

I've been working on this problem in Evently, and came up with a solution I'm calling Atomic Append. Basically one creates a selector to look for events across all streams...

Heiko is this PR still valid? I am using many slf4j libs in an OSGi project and the manifests seem to be working just fine for me. As the PR...

You should write a benchmark test to see what the cost is for each approach. We might be surprised.

Sorry you're right I see the timings. You'll need to update your pull request to use the Security Manager instead. That seems like the faster way to go.

@ceki what do you think about the SecurityManager/getClassConext() approach? I agree that stackTrace is not good enough.

Guava has a @Beta annotation to mark new api in their lib. Maybe slf4j could create something similar?

If this new call is put into a util it will be stuck there forever. Better to put it on LoggerFactory and be optimistic about its success. We need a...

Can you point to some android docs that describe this convention?

Ideally we could just have a single multiline rule for this instead of two separate rules. Please look at using MultiGroupConversionRule instead to capture the whitespace between LogFactory and .getLog()

Hello Steve, do you have any interest in revisiting this pull request?