Skip to content

Commit

Permalink
New translations Phalcon_Logger_Formatter_Line.md (Vietnamese)
Browse files Browse the repository at this point in the history
  • Loading branch information
niden committed Jul 5, 2018
1 parent 7de86a8 commit ed112f7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions vi/api/Phalcon_Logger_Formatter_Line.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Class **Phalcon\\Logger\\Formatter\\Line**

*extends* abstract class [Phalcon\Logger\Formatter](/en/3.2/api/Phalcon_Logger_Formatter)
*extends* abstract class [Phalcon\Logger\Formatter](/[[language]]/[[version]]/api/Phalcon_Logger_Formatter)

*implements* [Phalcon\Logger\FormatterInterface](/en/3.2/api/Phalcon_Logger_FormatterInterface)
*implements* [Phalcon\Logger\FormatterInterface](/[[language]]/[[version]]/api/Phalcon_Logger_FormatterInterface)

<a href="https://github.com/phalcon/cphalcon/blob/master/phalcon/logger/formatter/line.zep" class="btn btn-default btn-sm">Source on GitHub</a>

Expand Down Expand Up @@ -34,10 +34,10 @@ public *string* **format** (*string* $message, *int* $type, *int* $timestamp, [*

Applies a format to a message before sent it to the internal log

public **getTypeString** (*mixed* $type) inherited from [Phalcon\Logger\Formatter](/en/3.2/api/Phalcon_Logger_Formatter)
public **getTypeString** (*mixed* $type) inherited from [Phalcon\Logger\Formatter](/[[language]]/[[version]]/api/Phalcon_Logger_Formatter)

Returns the string meaning of a logger constant

public **interpolate** (*string* $message, [*array* $context]) inherited from [Phalcon\Logger\Formatter](/en/3.2/api/Phalcon_Logger_Formatter)
public **interpolate** (*string* $message, [*array* $context]) inherited from [Phalcon\Logger\Formatter](/[[language]]/[[version]]/api/Phalcon_Logger_Formatter)

Interpolates context values into the message placeholders

0 comments on commit ed112f7

Please sign in to comment.