Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
simplesamlphp
Manage
Activity
Members
Labels
Plan
Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
Perun
Perun ProxyIdP
v1
simplesamlphp
Commits
bfe70e3f
Commit
bfe70e3f
authored
9 years ago
by
Jaime Perez Crespo
Browse files
Options
Downloads
Patches
Plain Diff
Make SimpleSAML_Logger_LoggingHandlerFile::$logFile protected instead of private.
parent
6a871971
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
lib/SimpleSAML/Logger/LoggingHandlerFile.php
+8
-1
8 additions, 1 deletion
lib/SimpleSAML/Logger/LoggingHandlerFile.php
with
8 additions
and
1 deletion
lib/SimpleSAML/Logger/LoggingHandlerFile.php
+
8
−
1
View file @
bfe70e3f
...
@@ -11,6 +11,14 @@
...
@@ -11,6 +11,14 @@
class
SimpleSAML_Logger_LoggingHandlerFile
implements
SimpleSAML_Logger_LoggingHandler
class
SimpleSAML_Logger_LoggingHandlerFile
implements
SimpleSAML_Logger_LoggingHandler
{
{
/**
* A string with the path to the file where we should log our messages.
*
* @var null|string
*/
protected
$logFile
=
NULL
;
/**
/**
* This array contains the mappings from syslog loglevel to names. Copied
* This array contains the mappings from syslog loglevel to names. Copied
* more or less directly from SimpleSAML_Logger_LoggingHandlerErrorLog.
* more or less directly from SimpleSAML_Logger_LoggingHandlerErrorLog.
...
@@ -25,7 +33,6 @@ class SimpleSAML_Logger_LoggingHandlerFile implements SimpleSAML_Logger_LoggingH
...
@@ -25,7 +33,6 @@ class SimpleSAML_Logger_LoggingHandlerFile implements SimpleSAML_Logger_LoggingH
SimpleSAML\Logger
::
INFO
=>
'INFO'
,
SimpleSAML\Logger
::
INFO
=>
'INFO'
,
SimpleSAML\Logger
::
DEBUG
=>
'DEBUG'
,
SimpleSAML\Logger
::
DEBUG
=>
'DEBUG'
,
);
);
private
$logFile
=
NULL
;
private
$processname
=
NULL
;
private
$processname
=
NULL
;
private
$format
;
private
$format
;
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment