What filter should i use, to define particular level to be logged with apender? For example:
java:
LOGGER.debug(\"Debug message\"); LOGGER.info(\"Inf
Actually, from your question it looks like you don't want two different appenders, but two different patterns that are using under different circumstances. For that you should just use a PatternSelector.