Inherited Variables
Inherited Constants
Inherited Methods
Class Details
SMTP_Server_Log
Tags:
- author - Jason Johnson <jason@php-smtp.org>
- version - 1.0
- copyright - Copyright (c) 2008, Jason Johnson
- license - The MIT License
[ Top ]
Class Variables
$handle
[line 13]
Type: mixed
Overrides:
[ Top ]
Class Methods
close
void close(
)
[line 23]
Parameters:
[ Top ]
msg
void msg(
int
$level, string
$msg)
[line 33]
Log a message to the logfile specified in the constant SMTP_LOG
Parameters:
- int $level - Takes SMTP_CRITICAL, SMTP_ERROR, SMTP_WARNING, SMTP_NOTICE, or SMTP_DEBUG
- string $msg - The message to write to the logfile
[ Top ]
open
void open(
)
[line 15]
Parameters:
[ Top ]
write
void write(
$str)
[line 19]
Parameters:
- $str -
[ Top ]