updated to log4j2

This commit is contained in:
jomu
2015-07-10 08:37:44 +00:00
parent f6c9dde7d9
commit 4b7a6a4a15
11 changed files with 566 additions and 16 deletions

View File

@@ -0,0 +1,22 @@
<?xml version="1.0" encoding="UTF-8"?>
<Query xmlns="http://schemas.microsoft.com/sharepoint/">
<Where>
<And>
<And>
<Contains>
<FieldRef Name="Editor" />
<Value Type="Text">Chandler</Value>
</Contains>
<Contains>
<FieldRef Name="FileRef" />
<Value Type="Text">AuditDeleteTesting</Value>
</Contains>
</And>
<Eq>
<FieldRef Name="Created_x0020_Date" />
<Value Type="DateTime">2013-09-11</Value>
</Eq>
</And>
</Where>
</CamlQueryRoot>