Skip to content

Commit dde3ad8

Browse files
authored
Added setLogLevel to logger
comment style
1 parent 08a8d8e commit dde3ad8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/net/authorize/util/Log.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -334,7 +334,7 @@ public function errorFormat($format, $args=array(), $flags=FILE_APPEND){
334334

335335
/**
336336
* @param string $logLevel
337-
possible values = ANET_LOG_DEBUG, ANET_LOG_INFO, ANET_LOG_WARN, ANET_LOG_ERROR
337+
* possible values = ANET_LOG_DEBUG, ANET_LOG_INFO, ANET_LOG_WARN, ANET_LOG_ERROR
338338
*/
339339
public function setLogLevel($logLevel){
340340
$this->logLevel = $logLevel;

0 commit comments

Comments
 (0)