You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 28, 2025. It is now read-only.
//! * Inner with lots of text so that it could be reformatted something something something lots of text so that it could be reformatted something something something
8
+
//!
9
+
//! This example shows how to configure fern to output really nicely colored logs
10
+
//! - when the log level is error, the whole line is red
11
+
//! - when the log level is warn, the whole line is yellow
12
+
//! - when the log level is info, the level name is green and the rest of the line is white
13
+
//! - when the log level is debug, the whole line is white
14
+
//! - when the log level is trace, the whole line is gray ("bright black")
15
+
16
+
/// All the parameters ***except for `from_theater`*** should be inserted as sent by the remote
17
+
/// theater, ie. as passed to [`Theater::send`] on the remote actor:
18
+
/// * `from` is the sending (remote) [`ActorId`], as reported by the remote theater by theater-specific means
19
+
/// * `to` is the receiving (local) [`ActorId`], as requested by the remote theater
20
+
/// * `tag` is a tag that identifies the message type
21
+
/// * `msg` is the (serialized) message
22
+
/// All the parameters ***except for `from_theater`*** should be inserted as sent by the remote
23
+
/// theater, ie. as passed to [`Theater::send`] on the remote actor
24
+
fnfunc1(){}
25
+
26
+
/// All the parameters ***except for `from_theater`*** should be inserted as sent by the remote
27
+
/// theater, ie. as passed to [`Theater::send`] on the remote actor:
28
+
/// * `from` is the sending (remote) [`ActorId`], as reported by the remote theater by theater-specific means
29
+
/// * `to` is the receiving (local) [`ActorId`], as requested by the remote theater
30
+
/// * `tag` is a tag that identifies the message type
31
+
/// * `msg` is the (serialized) message
32
+
/// ```
33
+
/// let x = 42;
34
+
/// ```
35
+
fnfunc2(){}
36
+
37
+
/// Look:
38
+
///
39
+
/// ```
40
+
/// let x = 42;
41
+
/// ```
42
+
/// * `from` is the sending (remote) [`ActorId`], as reported by the remote theater by theater-specific means
43
+
/// * `to` is the receiving (local) [`ActorId`], as requested by the remote theater
44
+
/// * `tag` is a tag that identifies the message type
//! * Inner with lots of text so that it could be reformatted something something something lots of text so that it could be reformatted something something something
9
+
//!
10
+
//! This example shows how to configure fern to output really nicely colored logs
11
+
//! - when the log level is error, the whole line is red
12
+
//! - when the log level is warn, the whole line is yellow
13
+
//! - when the log level is info, the level name is green and the rest of the line is white
14
+
//! - when the log level is debug, the whole line is white
15
+
//! - when the log level is trace, the whole line is gray ("bright black")
16
+
17
+
// This example shows how to configure fern to output really nicely colored logs
18
+
// - when the log level is error, the whole line is red
19
+
// - when the log level is warn, the whole line is yellow
20
+
// - when the log level is info, the level name is green and the rest of the line is white
21
+
// - when the log level is debug, the whole line is white
22
+
// - when the log level is trace, the whole line is gray ("bright black")
23
+
24
+
/// All the parameters ***except for `from_theater`*** should be inserted as sent by the remote
25
+
/// theater, ie. as passed to [`Theater::send`] on the remote actor:
26
+
/// * `from` is the sending (remote) [`ActorId`], as reported by the remote theater by theater-specific means
27
+
/// * `to` is the receiving (local) [`ActorId`], as requested by the remote theater
28
+
/// * `tag` is a tag that identifies the message type
29
+
/// * `msg` is the (serialized) message
30
+
/// All the parameters ***except for `from_theater`*** should be inserted as sent by the remote
31
+
/// theater, ie. as passed to [`Theater::send`] on the remote actor
32
+
fnfunc1(){}
33
+
34
+
/// All the parameters ***except for `from_theater`*** should be inserted as sent by the remote
35
+
/// theater, ie. as passed to [`Theater::send`] on the remote actor:
36
+
/// * `from` is the sending (remote) [`ActorId`], as reported by the remote theater by theater-specific means
37
+
/// * `to` is the receiving (local) [`ActorId`], as requested by the remote theater
38
+
/// * `tag` is a tag that identifies the message type
39
+
/// * `msg` is the (serialized) message
40
+
/// ```
41
+
/// let x = 42;
42
+
/// ```
43
+
fnfunc2(){}
44
+
45
+
/// Look:
46
+
///
47
+
/// ```
48
+
/// let x = 42;
49
+
/// ```
50
+
/// * `from` is the sending (remote) [`ActorId`], as reported by the remote theater by theater-specific means
51
+
/// * `to` is the receiving (local) [`ActorId`], as requested by the remote theater
52
+
/// * `tag` is a tag that identifies the message type
//! * Inner with lots of text so that it could be reformatted something something something lots of text so that it could be reformatted something something something
8
+
//!
9
+
//! This example shows how to configure fern to output really nicely colored logs
10
+
//! - when the log level is error, the whole line is red
11
+
//! - when the log level is warn, the whole line is yellow
12
+
//! - when the log level is info, the level name is green and the rest of the line is white
13
+
//! - when the log level is debug, the whole line is white
14
+
//! - when the log level is trace, the whole line is gray ("bright black")
15
+
16
+
/// All the parameters ***except for `from_theater`*** should be inserted as sent by the remote
17
+
/// theater, ie. as passed to [`Theater::send`] on the remote actor:
18
+
/// * `from` is the sending (remote) [`ActorId`], as reported by the remote theater by theater-specific means
19
+
/// * `to` is the receiving (local) [`ActorId`], as requested by the remote theater
20
+
/// * `tag` is a tag that identifies the message type
21
+
/// * `msg` is the (serialized) message
22
+
/// All the parameters ***except for `from_theater`*** should be inserted as sent by the remote
23
+
/// theater, ie. as passed to [`Theater::send`] on the remote actor
24
+
fnfunc1(){}
25
+
26
+
/// All the parameters ***except for `from_theater`*** should be inserted as sent by the remote
27
+
/// theater, ie. as passed to [`Theater::send`] on the remote actor:
28
+
/// * `from` is the sending (remote) [`ActorId`], as reported by the remote theater by theater-specific means
29
+
/// * `to` is the receiving (local) [`ActorId`], as requested by the remote theater
30
+
/// * `tag` is a tag that identifies the message type
31
+
/// * `msg` is the (serialized) message
32
+
/// ```
33
+
/// let x = 42;
34
+
/// ```
35
+
fnfunc2(){}
36
+
37
+
/// Look:
38
+
///
39
+
/// ```
40
+
/// let x = 42;
41
+
/// ```
42
+
/// * `from` is the sending (remote) [`ActorId`], as reported by the remote theater by theater-specific means
43
+
/// * `to` is the receiving (local) [`ActorId`], as requested by the remote theater
44
+
/// * `tag` is a tag that identifies the message type
0 commit comments