'WEB-INF'에 해당되는 글 916건

donaricano-btn

FirstStep


1. Requirements

- Logback-classic module requires the presence of slf4j-api.jar and logbacl-core.jar in addition to logback-classic.jar on the classpath

- Launching the HelloWorld application will output a single line on the console. By virtue of logback's default configuration policy, when no default configuration file is found, logback will add a ConsoleAppender to the root logger


- logback can report information about its internal state using a built-in status system

2. Internal state 

- logback will automatically print its internal state on the console


2_1. enable logging requirement

1) Configure the logback environment. You can do so in several more or less sophisticated ways. More on the later

2) In every class where you with to perform logging, retrieve a Logger instance by invoking the org.slf4j.LoggerFactory class' getLogger() method, passing the current class name or the class itself as a parameter

3) Use the logger instance by invoking its printing methods, namely the debug(), info(), warn()and error() methods, This will produce logging output on the configured appenders





블로그 이미지

리딩리드

,
donaricano-btn

 Words

1. intended : 의도되다 

2. successor : 후임자, 상속자, 계승자

3. sufficiently : 충분히

4. generic : 포괄적인, 일반적인

5. so as to do something : ~하기 위해서 [~하려고]

6. At present time : 현재로서는

7. lays the groundwork for : ~의 기초를 놓다, 터를 닦다

lay the groundwork for the house first before you lay bricks

8. assimilate : (아이디어나 정보를) 완전히 이해하다, 소화하다, 동화되다,

- 수동태 : be assimilated to : ~을 동화 하다, 흡수하다

9. natively : 선천적으로 

10. readily : 쉽사리, 서슴없이, 선뜻

11. switch back and forth : 앞뒤로 전환

12. integrates with : ~와 통합하다

13. built-in : 붙박잉의

14. for the time being : ~당분간은

15. output : 출력하다

16. by virtue of : 덕분에, ~힘으로

17. enable : 가능하게 하다

18. in several ways : 여러점으로 

19. namely : 즉, 다시말해 

20. is built upon : ~을 기반으로 하다

21. has no notion of : ~할 생각이 없다, ~는 알지 못한다

22. foremost : 으뜸가는 , 맨앞의

23. is categorized : 분류되다

24. criteria : 기준, 표준

25. inherent : 고유의, 본래의

26. Assuming (that): ~라고 가정하고

27. start by : ~함으로써 시작하다

28. equivalent : 동등한

29. identical : 동일한, 똑같은

30. Note that : 주의하다

31. in the absence of st : ~의 없을때, ~이 없어서

32. instruct : 지시하다, 통보하다, 알리다

33. is identical to : ~과 일치하다

34. except for : ~을 제외하고는

35. interpret : 해석하다

36. malformed : 꼴이 휸한

37. track down : 찾아내다, 추적하다

38. go a long way : 오래가다, 오래 지속되다

39. is equivalent to : ~는 ~와 대등하다

(setting debug="true" is strictly equivalent to installing an OnConsoleStatusListener.)

40. As such : 보통말하는

41. recourse : 의지

42. Apart from : ~외레는

43. whereas : 반면에




'English > GMP.2016' 카테고리의 다른 글

[GMP] Is it the other way around?  (0) 2016.05.27
[GMP] I'm afraid of losing her  (0) 2016.05.26
[GMP] I need you to go to the police station  (0) 2016.05.25
[GMP] You're grounded  (0) 2016.05.24
[GMP] I have to get hold of my son  (0) 2016.05.23
블로그 이미지

리딩리드

,
donaricano-btn

Define

- Logback is intended as a successor to the popular log4j project

Logback's architecture is sufficiently generic so as to apply under different circumstances. At present time, logback is divided into three modules,


1. logback-core

- The logback-core module lays the groundwork for the other two modules

2. logback-classic

The logback-class module can be assimilated to a significantly improved version of log4j

- The logback-class natively implements the SLF4J API so that you can readily switch back and forth between logback and other logging framework such as log4j of java.util.logging

3. logback-access

The logback-access module integrates with Servlet containers, such as Tomcat and Jetty to provide HTTP-access log functionality




블로그 이미지

리딩리드

,
donaricano-btn

Screen English

Zach : I need you to go to the police station

and tell them to meet us at the high school

All right? Can you do that?

Lorranine: I can do that. Okay.            

Oh, did you wanna exchange numbers?

Stine : It's not a good time, but yes


Zach : 이모는 경찰서에 가서 신고하세요

가서 고등학교에서 우리와 만나자고 전하세요

아셨죠? 할 수 있으시겠어요?

Lorranine: 할 수 있어. 알았어

오 근데 우리 전화번호 교환할까요?

Stine : 적절한 때는 아니지만, 좋아요



넌 경찰서에 가서 신고해

- I'm asking you to get the police station

- Would you please go see the cops?


Kiss English

Dialogue 1

A: Do you make a note of bus times?

(버스 운행시간 잘 적어 놓았어?)

B: They're on the arrival board

(도착 시간 표지판에 다있는데)


Dialogue 2

A: I forgot to make a note of the time of the event

(내가 행사시간을 기록하는 걸 깜빡했네)

B: Give them a call

(전화를 해바)


Dialogue 3

A: The police will make a note of any witnesses

(경찰은 그 어떤 목격자의 말도 다 기록해 놓을 거야)

B: I'd rather stay out of it

(나도 거기에 끼고 싶지 않은데)

'English > GMP.2016' 카테고리의 다른 글

[GMP] I'm afraid of losing her  (0) 2016.05.26
[EnglishForDev] Logging Words  (0) 2016.05.25
[GMP] You're grounded  (0) 2016.05.24
[GMP] I have to get hold of my son  (0) 2016.05.23
[GMP] It's still very impressive  (0) 2016.05.20
블로그 이미지

리딩리드

,