Red Hat Training

A Red Hat training course is available for Red Hat Fuse

24.3.4.17. 주석을 사용한 로깅 구성

@WebService
@Logging(limit=16000, inLocation="<stdout>")
public interface HelloWorld {
    String sayHi(@WebParam(name = "text") String text);
}