Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
76 commits
Select commit Hold shift + click to select a range
9067689
Add caf-logging-dotnet
xbreizh Feb 10, 2022
12f9ac4
Update .gitignore
xbreizh Feb 10, 2022
63475f5
Add vs code
xbreizh Feb 10, 2022
c325bcf
add official-build
xbreizh Feb 10, 2022
8040954
frank
xbreizh Feb 15, 2022
4c4dc60
building dotnet module init
xbreizh Feb 16, 2022
b735a9d
Add phases
xbreizh Feb 16, 2022
8e6dd98
test
xbreizh Feb 16, 2022
0f6767c
only library
xbreizh Feb 16, 2022
1d52436
using profiles
xbreizh Feb 17, 2022
190bc30
rename module + add build phase
xbreizh Feb 17, 2022
f94c9ac
remove skip deploy
xbreizh Feb 17, 2022
93f510c
deploy false
xbreizh Feb 17, 2022
2c4c56c
implement serilog wrapper
xbreizh Mar 4, 2022
691d376
cleanup / rename
xbreizh Mar 4, 2022
5f74790
library only
xbreizh Mar 4, 2022
c3cee3a
Add package phase
xbreizh Mar 4, 2022
4035bb2
push attempt
xbreizh Mar 4, 2022
eda100b
Using caf-parent
xbreizh Mar 4, 2022
aabf594
Using buildenv-dotnet-image
xbreizh Mar 7, 2022
d05cb7b
using fabric8
xbreizh Mar 7, 2022
808440d
jdk11
xbreizh Mar 7, 2022
1a31ed4
push
xbreizh Mar 7, 2022
20bbc2e
test
xbreizh Mar 7, 2022
f07c964
jdk8
xbreizh Mar 7, 2022
527f4b6
plugin1
xbreizh Mar 7, 2022
29cad43
rename package
xbreizh Mar 7, 2022
ebe168d
fix sanitize
xbreizh Mar 7, 2022
ece2535
Fix test and formatting
xbreizh Mar 8, 2022
55b7e3f
Add fixes and test class file
xbreizh Mar 8, 2022
47bcfc1
Update regex replace
xbreizh Mar 8, 2022
1beb6ce
add package folder
xbreizh Mar 8, 2022
2c3101b
update solution + tests
xbreizh Mar 8, 2022
79e3ffb
Update solution
xbreizh Mar 8, 2022
a383aac
file rename
xbreizh Mar 8, 2022
ed4823a
review comments
xbreizh Mar 9, 2022
9c1d1b2
Merge branch 'master' into US354240
xbreizh Mar 9, 2022
757c46e
Use .NET build environment
dermot-hardy Mar 11, 2022
5952f4f
caf-logging-serilog pom changes
dermot-hardy Mar 11, 2022
90e1f20
Added license headers
dermot-hardy Mar 11, 2022
e9c7401
Upgraded license plugin
dermot-hardy Mar 11, 2022
89895b7
Configured license plugin
dermot-hardy Mar 11, 2022
c4a4f83
Restored install for symmetry with deploy
dermot-hardy Mar 11, 2022
a6887d4
moved from Debug to Release
xbreizh Mar 14, 2022
0c11553
Update namespace
xbreizh Mar 25, 2022
31c1c86
Merge branch 'US354240' of github.com:CAFapi/caf-logging into US354240
xbreizh Apr 4, 2022
c0100c4
update dotnet solution
xbreizh Apr 4, 2022
6a2a246
formatting
xbreizh Apr 5, 2022
aaff51c
Add TODO
xbreizh Apr 5, 2022
42a2a7e
prevent exceptions
xbreizh Apr 8, 2022
ced202f
Merge branch 'master' into US354240
dermot-hardy May 3, 2022
5856ae1
review updates
xbreizh May 4, 2022
d6d5f80
update template + unsecure message mgt
xbreizh May 5, 2022
cbd932e
Add missing classes
xbreizh May 5, 2022
19e1b2e
add functions
xbreizh May 6, 2022
fa7e4d9
Using functions
xbreizh May 6, 2022
5ee42d1
remove obsolete functions
xbreizh May 6, 2022
a2fa6e7
refactoring
xbreizh May 9, 2022
5f51bc5
Fix header
xbreizh May 9, 2022
086f814
Fix + add file sink config
xbreizh May 10, 2022
05db19a
Add sink file
xbreizh May 10, 2022
9d3d0cb
Add Readme
xbreizh May 10, 2022
8591ced
remove unused functions
xbreizh May 10, 2022
842da3b
restore log4j logging
xbreizh May 10, 2022
7dc65b6
review changes
xbreizh May 10, 2022
e927a3c
Merge branch 'master' into US354240
dermot-hardy May 12, 2022
9790c25
Fix the warnings in the build log
dermot-hardy May 13, 2022
023e580
Removed the duplicate function
dermot-hardy May 13, 2022
e6ec6b9
Corrected line endings in previous revision
dermot-hardy May 13, 2022
e631a47
Fixed the namespaces
dermot-hardy May 13, 2022
af4e5d0
Updated to stay within guideline
dermot-hardy May 13, 2022
3d0721b
review changes
xbreizh May 13, 2022
4f9adf8
Fix rendering
xbreizh May 13, 2022
e9bb94c
update Readme
xbreizh May 13, 2022
9e54244
cleanup
xbreizh May 13, 2022
dbc63dc
fix logic
xbreizh May 13, 2022
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# CAF Logging
This project configures Logback and Log4j2 to meet the CAF Logging Standard.
This project configures Logback, Log4j2 and Serilog (see [Serilog](caf-logging-serilog/README.md) section) to meet the CAF Logging Standard.

- The log level is controllable via an environment variable.
- The `CAF_LOG_LEVEL` environment variable can be used to configure the required volume of logging.
Expand Down
Loading