6월 13, 2010의 게시물 표시

log4net.xml 설정 예제

다음과 같이 설정하여 Console, File, DB에 log 정보를 기록한다. root 설정을 DEBUG로 하여 모든 출력(DEBUG, INFO, ERROR, FATAL, WARN)을 가능하게 한다. 단, File과 DB에 출력하는 log의 경우 levelMin을 INFO로 설정하여 DEBUG 정보는 기록되지 않도록 한다. ============================== 예제 ======================================= <?xml version="1.0" encoding="utf-8" ?> <!-- This section contains the log4net configuration settings --> <log4net>   <appender name="Console" type="log4net.Appender.ConsoleAppender">     <layout type="log4net.Layout.PatternLayout">       <!-- Pattern to output the caller's file name and line number -->       <conversionPattern value="%d [%t] %-5p %c - %m%n" />     </layout>   </appender>      <appender name="RollingFile" type="log4net.Appender.RollingFileAppender">     <file value="C:\Inetpub\wwwroot\FPMS\log\Agent.log" /> ...

Joy Holic!! :: [IPhone] APNS (Apple Push Notification Service) java sample

Joy Holic!! :: [IPhone] APNS (Apple Push Notification Service) java sample

Ti Agile: Programming Apple Push Notification Services

Ti Agile: Programming Apple Push Notification Services

HowToCreatePKCS12Certificate - apns-sharp - How to Generate a PKCS12 (.p12 or .pfx) Certificate File - Project Hosting on Google Code

HowToCreatePKCS12Certificate - apns-sharp - How to Generate a PKCS12 (.p12 or .pfx) Certificate File - Project Hosting on Google Code

Setting up a Push Notification service on Windows Server 2003 - X-Cake

Setting up a Push Notification service on Windows Server 2003 - X-Cake