FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
Samples/UsingLog4Net/App.config at master · Excel-DNA/Samples · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
Excel-DNA
/
Samples
Public
Notifications
You must be signed in to change notification settings
Fork
83
Star
134
Code
Issues
12
Pull requests
1
Actions
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Security and quality
Insights
Expand file tree
Breadcrumbs
Samples
/
UsingLog4Net
/
App.config
Copy path
More file actions
More file actions
Latest commit
History
History
History
21 lines (21 loc) · 774 Bytes
Breadcrumbs
Samples
/
UsingLog4Net
/
App.config
Copy path
File metadata and controls
21 lines (21 loc) · 774 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<
?xm
l versio
n
=
"1.
0
" encodin
g
=
"utf-
8
" ?>
<
configuration
>
<
configSections
>
<
section
name
=
"
log4net
"
type
=
"
log4net.Config.Log4NetConfigurationSectionHandler, log4net
"
/>
</
configSections
>
<
appSettings
>
<!--
Change this setting to "true" if you want to debug the log4net configuration
-->
<
add
key
=
"
log4net.Internal.Debug
"
value
=
"
false
"
/>
</
appSettings
>
<
log4net
>
<
appender
name
=
"
DebugAppender
"
type
=
"
log4net.Appender.DebugAppender
"
>
<
layout
type
=
"
log4net.Layout.PatternLayout
"
>
<
conversionPattern
value
=
"
%date [%thread] %-5level %logger [%property{NDC}] - %message%newline
"
/>
</
layout
>
</
appender
>
<
root
>
<
level
value
=
"
DEBUG
"
/>
<
appender-ref
ref
=
"
DebugAppender
"
/>
</
root
>
</
log4net
>
</
configuration
>
Back
|
FazBrowse Home
|
New Git URL