Skip to content

Commit

Permalink
Add a dedicated SOAP logger
Browse files Browse the repository at this point in the history
Bug: #8657 ( custom filters )
  • Loading branch information
rombert committed Jan 6, 2012
1 parent df7782a commit 253c988
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions core/constant_inc.php
Expand Up @@ -494,6 +494,7 @@
define( 'LOG_AJAX', 8 ); # logging for AJAX / XmlHttpRequests
define( 'LOG_LDAP', 16 ); # logging for ldap
define( 'LOG_DATABASE', 32 ); # logging for ldap
define( 'LOG_SOAP', 64 ); # logging for SOAP

# COLUMNS_TARGET_*
define( 'COLUMNS_TARGET_VIEW_PAGE', 1 );
Expand Down
1 change: 1 addition & 0 deletions core/logging_api.php
Expand Up @@ -31,6 +31,7 @@
LOG_AJAX => 'ajax',
LOG_LDAP => 'ldap',
LOG_DATABASE => 'database',
LOG_SOAP => 'soap'
);

/**
Expand Down

0 comments on commit 253c988

Please sign in to comment.