kr.co.hit.live.log.format
Class ServiceRoleFormatter
java.lang.Object
kr.co.hit.live.log.format.PatternFormatter
kr.co.hit.live.log.format.ServiceRoleFormatter
public class ServiceRoleFormatter
- extends PatternFormatter
현재 세션 값을 출력해주는 PatternFormatter 구현 클래스이다.
- Author:
- 김형도
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ServiceRoleFormatter
public ServiceRoleFormatter(String key)
format
public void format(StringBuilder sbuf,
Object svcCtx)
- Description copied from class:
PatternFormatter
- 주어진 Object를 사용하여 포멧된 내용을 sbuf에 담는다. 하위 클래스에서 구현한다.
- Overrides:
format in class PatternFormatter
format
public void format(StringBuilder sbuf,
Object svcCtx,
Object dummy)
- Description copied from class:
PatternFormatter
- 주어진 Object들을 사용항 포멧된 내용을 sbuf에 담는다. 하위 클래스에서 구현한다.
- Overrides:
format in class PatternFormatter
Copyright © 2014. All Rights Reserved.