Skip to content

Commit 5cb76e7

Browse files
author
skitoo
committed
another one change
1 parent cdbd941 commit 5cb76e7

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.rst

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ Logger
77
======
88
The logger is the basic entity of the system logger. He is represented by the class **org.rozenn.Logger**.
99

10-
..
10+
::
11+
1112
package
1213
{
1314
import org.rozenn.Logger;
@@ -41,7 +42,8 @@ Logging a message
4142
=================
4243
To log a message several methods of the Logger available to you:
4344

44-
..
45+
::
46+
4547
logger.log(Level.DEBUG, "debug message");
4648
4749
// the same with debug method

0 commit comments

Comments
 (0)