repo.or.cz
/
castle.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Added the ability to change the invocation target in the DefaultProxyFactory.
[castle.git]
/
Facilities
/
Logging
/
Castle.Facilities.Logging
/
Sample.config
blob
385d8d6f7c8914d50a5b0277050bc0dc236cbfd1
1
<?xml
version
=
"1.0"
encoding
=
"utf-8"
?>
2
3
<configuration>
4
5
<facilities>
6
7
<facility
id
=
"logging"
8
loggingApi
=
"NLog | Log4net | Web | Custom | ExtendedNLog | ExtendedLog4net"
9
customLoggerFactory
=
"typename, assemblyname"
10
configFile
=
"somefile.config"
/>
11
12
</facilities>
13
14
</configuration>