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 a09e0a5 commit ec534e4
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 @@ -500,6 +500,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 @@ -43,6 +43,7 @@
LOG_AJAX => 'AJAX',
LOG_LDAP => 'LDAP',
LOG_DATABASE => 'DB',
LOG_SOAP => 'SOAP'
);

/**
Expand Down

0 comments on commit ec534e4

Please sign in to comment.