Click or drag to resize

PFLoggerError Method

Overload List
  NameDescription
Public methodError(String)
Logs an entry with the level "Error".
Public methodError(Exception, String)
Logs an entry with the level "Error".
Public methodError(String, PFLogger_Category)
Logs an entry with the level "Error".
Public methodError(String, Object)
Logs an entry with the level "Error".
Public methodError(String, String)
Logs an entry with the level "Error".
Public methodError(Exception, PFLogger_Category, String)
Logs an entry with the level "Error".
Public methodError(Exception, String, Object)
Logs an entry with the level "Error".
Public methodError(Exception, String, String)
Logs an entry with the level "Error".
Public methodError(Exception, PFLogger_Category, String, Object)
Logs an entry with the level "Error".
Public methodError(Exception, PFLogger_Category, String, String)
Logs an entry with the level "Error".
Top
See Also